<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Platform Jumping</title>
	<link>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/</link>
	<description></description>
	<pubDate>Thu, 04 Dec 2008 05:27:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: rambofx</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-22871</link>
		<dc:creator>rambofx</dc:creator>
		<pubDate>Sat, 27 Sep 2008 14:46:32 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-22871</guid>
		<description>hey i have a jumping problem. Im pretty sure i got the code all right but i can jump in the air once because my guy starts out falling, but when he hits the ground he cant jump anymore.he can still walk but can not jump. I tryed emailing you but it says you cant recieve emails from the comcast server.</description>
		<content:encoded><![CDATA[<p>hey i have a jumping problem. Im pretty sure i got the code all right but i can jump in the air once because my guy starts out falling, but when he hits the ground he cant jump anymore.he can still walk but can not jump. I tryed emailing you but it says you cant recieve emails from the comcast server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritto</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-14451</link>
		<dc:creator>Ritto</dc:creator>
		<pubDate>Thu, 20 Mar 2008 00:02:54 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-14451</guid>
		<description>Mat, you need to put all the code in the stage instead of the char. If you put 

"if(key.isDown(Key.LEFT))
{this._x  (plus)= 1;}"

change the (plus) to a minus &#038; put the code in the stage.
(also, the entire stage has to be a MC)</description>
		<content:encoded><![CDATA[<p>Mat, you need to put all the code in the stage instead of the char. If you put </p>
<p>&#8220;if(key.isDown(Key.LEFT))<br />
{this._x  (plus)= 1;}&#8221;</p>
<p>change the (plus) to a minus &#038; put the code in the stage.<br />
(also, the entire stage has to be a MC)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryce K</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-11104</link>
		<dc:creator>Bryce K</dc:creator>
		<pubDate>Sun, 20 Jan 2008 23:16:49 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-11104</guid>
		<description>how do I make my guy stop vibrating like mad?</description>
		<content:encoded><![CDATA[<p>how do I make my guy stop vibrating like mad?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cecil</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-10731</link>
		<dc:creator>Cecil</dc:creator>
		<pubDate>Sat, 12 Jan 2008 20:12:34 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-10731</guid>
		<description>Maaan,how could people get so many errors, all you needed to do at minumum was follow a few directions and copy paste the code.
 Great tutorial, very helpful, I will begin trying to understand all of it so I can modify it. You rock, thanks! 

Oh yeah, and the same thing is happening to me as scott.

</description>
		<content:encoded><![CDATA[<p>Maaan,how could people get so many errors, all you needed to do at minumum was follow a few directions and copy paste the code.<br />
 Great tutorial, very helpful, I will begin trying to understand all of it so I can modify it. You rock, thanks! </p>
<p>Oh yeah, and the same thing is happening to me as scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8798</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Mon, 17 Dec 2007 16:32:59 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8798</guid>
		<description>when my character is just standing on the ground he is shaking. how can i fix this?</description>
		<content:encoded><![CDATA[<p>when my character is just standing on the ground he is shaking. how can i fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaine</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8460</link>
		<dc:creator>Blaine</dc:creator>
		<pubDate>Sat, 24 Nov 2007 16:49:30 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8460</guid>
		<description>I can't get it to work i pasted the code and made instance names for my ground and my man. Could it not be working because I added a hittest for the ground so he doesn't fall through or what</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get it to work i pasted the code and made instance names for my ground and my man. Could it not be working because I added a hittest for the ground so he doesn&#8217;t fall through or what</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8364</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Tue, 20 Nov 2007 01:38:04 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8364</guid>
		<description>sorry for double posting, but in my adventure game, i want the camra to scroll only on the character. I looked everywer and coundlnt find:
. this is char

, This is nothing (so i could space it

-- This is stage

[    ] this is where i want camera to be, when the character mooves, want it to go along with him

,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,[,,.,,]
-------------------------------------------------------------------------------------------------------------------------------------------------------------</description>
		<content:encoded><![CDATA[<p>sorry for double posting, but in my adventure game, i want the camra to scroll only on the character. I looked everywer and coundlnt find:<br />
. this is char</p>
<p>, This is nothing (so i could space it</p>
<p>&#8211; This is stage</p>
<p>[    ] this is where i want camera to be, when the character mooves, want it to go along with him</p>
<p>,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,[,,.,,]<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8349</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Mon, 19 Nov 2007 04:16:51 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8349</guid>
		<description>Hey uhhh... for me it works but the problem is that if he goes into the wall sideways, he starts floating up. Lets say this is my wall or grounds:


-----------
...........----------

------------------------------

(the dots arnt anything)

So lets say my guy tries to jump on the first platform, and the top half of his body goes into the platform. He starts floating up. I want to make my game have a chalange in jumping, not touch the wall and stand on it. so can u plz help (also i go up if i made a square and i run into it)</description>
		<content:encoded><![CDATA[<p>Hey uhhh&#8230; for me it works but the problem is that if he goes into the wall sideways, he starts floating up. Lets say this is my wall or grounds:</p>
<p>&#8212;&#8212;&#8212;&#8211;<br />
&#8230;&#8230;&#8230;..&#8212;&#8212;&#8212;-</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>(the dots arnt anything)</p>
<p>So lets say my guy tries to jump on the first platform, and the top half of his body goes into the platform. He starts floating up. I want to make my game have a chalange in jumping, not touch the wall and stand on it. so can u plz help (also i go up if i made a square and i run into it)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8039</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Mon, 05 Nov 2007 23:35:24 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8039</guid>
		<description>It is a bug in the script. I wrote this tutorial ages ago and the script kinda sucks. Try using a point hitTest (hitTest(MC._x,MC._y,true) with the mans feet instead of just a normal hitTest.

I will try and write a better script than this some day.</description>
		<content:encoded><![CDATA[<p>It is a bug in the script. I wrote this tutorial ages ago and the script kinda sucks. Try using a point hitTest (hitTest(MC._x,MC._y,true) with the mans feet instead of just a normal hitTest.</p>
<p>I will try and write a better script than this some day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8032</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Mon, 05 Nov 2007 21:34:10 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/platform-jumping/#comment-8032</guid>
		<description>Darn it I needed to edit it once more but once you edit it you can't edit again I think. Well also when my guy is underneath a platform he floats up maybe because he is tall and hits it but even if he hits it that's not really good to have in your game I will read the code and try to figure out how to fix it.</description>
		<content:encoded><![CDATA[<p>Darn it I needed to edit it once more but once you edit it you can&#8217;t edit again I think. Well also when my guy is underneath a platform he floats up maybe because he is tall and hits it but even if he hits it that&#8217;s not really good to have in your game I will read the code and try to figure out how to fix it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
