<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tutorial: Create a Platform Game in AS2 &#8211; Part 3</title>
	<atom:link href="http://www.mrsunstudios.com/2009/01/tutorial-create-a-platform-game-in-as2-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-platform-game-in-as2-part-3/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 13 Jul 2010 09:44:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: adaf</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-platform-game-in-as2-part-3/#comment-1243</link>
		<dc:creator>adaf</dc:creator>
		<pubDate>Sat, 01 May 2010 07:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1031#comment-1243</guid>
		<description>omg I got up to here and it all works but when you said now, we have to define a variable mainOnGround at the top, I got lost cause I don&#039;t know how to do that</description>
		<content:encoded><![CDATA[<p>omg I got up to here and it all works but when you said now, we have to define a variable mainOnGround at the top, I got lost cause I don&#8217;t know how to do that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blargh</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-platform-game-in-as2-part-3/#comment-1067</link>
		<dc:creator>Blargh</dc:creator>
		<pubDate>Thu, 26 Nov 2009 02:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1031#comment-1067</guid>
		<description>I have the problem the same as the rest of you. I&#039;m not sure exactly where to put it. It just says add the code to the onEnterFrame ()function. I also am not sure what the variable we&#039;re supposed to put right before that either. I put it in false and true and it doesn&#039;t effect anything either way.</description>
		<content:encoded><![CDATA[<p>I have the problem the same as the rest of you. I&#8217;m not sure exactly where to put it. It just says add the code to the onEnterFrame ()function. I also am not sure what the variable we&#8217;re supposed to put right before that either. I put it in false and true and it doesn&#8217;t effect anything either way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-platform-game-in-as2-part-3/#comment-1007</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1031#comment-1007</guid>
		<description>Look at my comment in the last part to check if my comment can solve your problems :)</description>
		<content:encoded><![CDATA[<p>Look at my comment in the last part to check if my comment can solve your problems <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iNeedhelp</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-platform-game-in-as2-part-3/#comment-996</link>
		<dc:creator>iNeedhelp</dc:creator>
		<pubDate>Sun, 27 Sep 2009 04:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1031#comment-996</guid>
		<description>HOW DO YOU DEFINE A VARIABLE?!?!</description>
		<content:encoded><![CDATA[<p>HOW DO YOU DEFINE A VARIABLE?!?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iamyou</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-platform-game-in-as2-part-3/#comment-909</link>
		<dc:creator>iamyou</dc:creator>
		<pubDate>Fri, 31 Jul 2009 08:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1031#comment-909</guid>
		<description>ive got it all going up to now thanks</description>
		<content:encoded><![CDATA[<p>ive got it all going up to now thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coding</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-platform-game-in-as2-part-3/#comment-852</link>
		<dc:creator>coding</dc:creator>
		<pubDate>Sun, 14 Jun 2009 05:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1031#comment-852</guid>
		<description>can someone show me the code for \\\Now, we have to make the character fall when he isn’t on a block. First, define a variable, mainOnGround at the top, and set it as a false boolean. Then, set it to true if mcMain hits a block in the mainJump() function. Hopefully, I don’t have to walk you through this one. Next, add the following code to the main onEnterFrame() function:/// its so confusing!</description>
		<content:encoded><![CDATA[<p>can someone show me the code for \\\Now, we have to make the character fall when he isn’t on a block. First, define a variable, mainOnGround at the top, and set it as a false boolean. Then, set it to true if mcMain hits a block in the mainJump() function. Hopefully, I don’t have to walk you through this one. Next, add the following code to the main onEnterFrame() function:/// its so confusing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Think i found the solution:</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-platform-game-in-as2-part-3/#comment-809</link>
		<dc:creator>Think i found the solution:</dc:creator>
		<pubDate>Fri, 15 May 2009 22:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1031#comment-809</guid>
		<description>Make sure the size of your main char and the blocks are the same ;)
Both in the code and on the screen.
When I fixed this everything was working for me again</description>
		<content:encoded><![CDATA[<p>Make sure the size of your main char and the blocks are the same <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Both in the code and on the screen.<br />
When I fixed this everything was working for me again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: =/</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-platform-game-in-as2-part-3/#comment-808</link>
		<dc:creator>=/</dc:creator>
		<pubDate>Fri, 15 May 2009 22:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1031#comment-808</guid>
		<description>&quot;i have the same, when i aim left or right from block, it doesnt fall at all.
but if i change mainJumping to true, it falls but cant jump again. Whats the problem?&quot;

Yep, I have that too.
Would be great if you could find a solution for that :)</description>
		<content:encoded><![CDATA[<p>&#8220;i have the same, when i aim left or right from block, it doesnt fall at all.<br />
but if i change mainJumping to true, it falls but cant jump again. Whats the problem?&#8221;</p>
<p>Yep, I have that too.<br />
Would be great if you could find a solution for that <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: same problem</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-platform-game-in-as2-part-3/#comment-796</link>
		<dc:creator>same problem</dc:creator>
		<pubDate>Mon, 11 May 2009 15:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1031#comment-796</guid>
		<description>i also have this issue. what is going wrong?</description>
		<content:encoded><![CDATA[<p>i also have this issue. what is going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Same problem again!</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-platform-game-in-as2-part-3/#comment-784</link>
		<dc:creator>Same problem again!</dc:creator>
		<pubDate>Wed, 06 May 2009 06:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1031#comment-784</guid>
		<description>I&#039;ve got the same problem!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the same problem!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

