<?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: Creation of a platform game with Flash &#8211; step 2</title>
	<atom:link href="http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Wed, 17 Mar 2010 22:10:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pud</title>
		<link>http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/comment-page-1/#comment-515705</link>
		<dc:creator>pud</dc:creator>
		<pubDate>Wed, 28 Oct 2009 01:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/#comment-515705</guid>
		<description>@Ruigi: seriously, you&#039;re only 13 and you&#039;ve been programming for 5 years..

i assume you don&#039;t have any knowledge of how to make friends to play with..

try to fix that.</description>
		<content:encoded><![CDATA[<p>@Ruigi: seriously, you&#8217;re only 13 and you&#8217;ve been programming for 5 years..</p>
<p>i assume you don&#8217;t have any knowledge of how to make friends to play with..</p>
<p>try to fix that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruiqi</title>
		<link>http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/comment-page-1/#comment-476042</link>
		<dc:creator>Ruiqi</dc:creator>
		<pubDate>Tue, 21 Jul 2009 09:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/#comment-476042</guid>
		<description>@tommo: Seriously, you&#039;re 13 and you&#039;ve only been programming for a few weeks... I&#039;m 13 and I&#039;ve been programming for 5 years...
Anyways, first, put all of the level into a game movieclip and give it an instance name of mc_game. Then, change &quot;_root&quot; to &quot;this&quot;.
After that, make a function in the root timeline:
clearLevel = function():Void {
for(i in mc_game) {
mc_game[i].removeMovieClip();
}
}

All that basically does is remove every movieclip within mc_game.

Then place into mc_game&#039;s timeline:
if(mc_player.hitTest(mc_door)) {
_root.clearLevel();
nextFrame();
}

That is, assuming your door&#039;s instance name is mc_door.

And then make a new frame in mc_game. Copy the code and change the array to whatever you want.

I assume you have AT LEAST basic knowledge of Flash...


Hope I helped. :)


And @Emanuele: Nice tutorial. It&#039;s helpful.
Except my player keeps sliding up the wall...
:P

Oh well, I can fix that.</description>
		<content:encoded><![CDATA[<p>@tommo: Seriously, you&#8217;re 13 and you&#8217;ve only been programming for a few weeks&#8230; I&#8217;m 13 and I&#8217;ve been programming for 5 years&#8230;<br />
Anyways, first, put all of the level into a game movieclip and give it an instance name of mc_game. Then, change &#8220;_root&#8221; to &#8220;this&#8221;.<br />
After that, make a function in the root timeline:<br />
clearLevel = function():Void {<br />
for(i in mc_game) {<br />
mc_game[i].removeMovieClip();<br />
}<br />
}</p>
<p>All that basically does is remove every movieclip within mc_game.</p>
<p>Then place into mc_game&#8217;s timeline:<br />
if(mc_player.hitTest(mc_door)) {<br />
_root.clearLevel();<br />
nextFrame();<br />
}</p>
<p>That is, assuming your door&#8217;s instance name is mc_door.</p>
<p>And then make a new frame in mc_game. Copy the code and change the array to whatever you want.</p>
<p>I assume you have AT LEAST basic knowledge of Flash&#8230;</p>
<p>Hope I helped. :)</p>
<p>And @Emanuele: Nice tutorial. It&#8217;s helpful.<br />
Except my player keeps sliding up the wall&#8230;<br />
:P</p>
<p>Oh well, I can fix that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tommo</title>
		<link>http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/comment-page-1/#comment-473204</link>
		<dc:creator>tommo</dc:creator>
		<pubDate>Tue, 14 Jul 2009 12:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/#comment-473204</guid>
		<description>hello im having trouble finishing the level im only 13 and i have only been making games for a few weeks now and i cant make a next level can someone please help</description>
		<content:encoded><![CDATA[<p>hello im having trouble finishing the level im only 13 and i have only been making games for a few weeks now and i cant make a next level can someone please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jalapeno</title>
		<link>http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/comment-page-1/#comment-467167</link>
		<dc:creator>Jalapeno</dc:creator>
		<pubDate>Mon, 29 Jun 2009 18:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/#comment-467167</guid>
		<description>I seriously don&#039;t think the climbing is good at all. I&#039;m building a platformer now with a climb engine and your way of doing is is no good. Your shit.</description>
		<content:encoded><![CDATA[<p>I seriously don&#8217;t think the climbing is good at all. I&#8217;m building a platformer now with a climb engine and your way of doing is is no good. Your shit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lol</title>
		<link>http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/comment-page-1/#comment-405014</link>
		<dc:creator>lol</dc:creator>
		<pubDate>Tue, 10 Mar 2009 21:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/#comment-405014</guid>
		<description>wow thanks alot :D:D</description>
		<content:encoded><![CDATA[<p>wow thanks alot :D:D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashDev</title>
		<link>http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/comment-page-1/#comment-322315</link>
		<dc:creator>FlashDev</dc:creator>
		<pubDate>Sun, 02 Nov 2008 12:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/#comment-322315</guid>
		<description>Ye, I think that a door would be good in another tutorial. Also, I think that side scrolling and up-scrolling would be good. Many of the suggestions here are great eg. coins, enemies, finishes.

(PS. Emanuele Feronato os a cool name.)</description>
		<content:encoded><![CDATA[<p>Ye, I think that a door would be good in another tutorial. Also, I think that side scrolling and up-scrolling would be good. Many of the suggestions here are great eg. coins, enemies, finishes.</p>
<p>(PS. Emanuele Feronato os a cool name.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashDev</title>
		<link>http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/comment-page-1/#comment-322244</link>
		<dc:creator>FlashDev</dc:creator>
		<pubDate>Sun, 02 Nov 2008 09:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/#comment-322244</guid>
		<description>Great.</description>
		<content:encoded><![CDATA[<p>Great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ultra</title>
		<link>http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/comment-page-1/#comment-251107</link>
		<dc:creator>ultra</dc:creator>
		<pubDate>Thu, 14 Aug 2008 11:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/#comment-251107</guid>
		<description>hello i need the script for a door that go to the next lvl.</description>
		<content:encoded><![CDATA[<p>hello i need the script for a door that go to the next lvl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buhda</title>
		<link>http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/comment-page-1/#comment-241621</link>
		<dc:creator>buhda</dc:creator>
		<pubDate>Tue, 29 Jul 2008 00:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/#comment-241621</guid>
		<description>If you guys read the other tutorials, most of the ideas you are asking for have already been covered. If you start learning the code instead of stealing it you should be able to put the tutorials together to make a fully functional game.

(btw thanks mr feronato)</description>
		<content:encoded><![CDATA[<p>If you guys read the other tutorials, most of the ideas you are asking for have already been covered. If you start learning the code instead of stealing it you should be able to put the tutorials together to make a fully functional game.</p>
<p>(btw thanks mr feronato)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/comment-page-1/#comment-236380</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 20 Jul 2008 09:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/11/03/creation-of-a-platform-game-with-flash-step-2/#comment-236380</guid>
		<description>hey, love all the tutorials, 
could you please try to finish them would be so greatly appreciated.

it would also be nice if you could make a tutorial that is on map making and such. i have read the xml and such though i am still confused on the several ways to make maps. and a map creator would be awesome.</description>
		<content:encoded><![CDATA[<p>hey, love all the tutorials,<br />
could you please try to finish them would be so greatly appreciated.</p>
<p>it would also be nice if you could make a tutorial that is on map making and such. i have read the xml and such though i am still confused on the several ways to make maps. and a map creator would be awesome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
