<?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: Flash game creation tutorial &#8211; part 1 (with AS3 classes)</title>
	<atom:link href="http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:37:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: jose</title>
		<link>http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/#comment-608733</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Fri, 23 Jul 2010 23:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=606#comment-608733</guid>
		<description>if it wasn&#039; for your tutorials i would have never started to make asc3 flash games less gettin good at it. thx a lot</description>
		<content:encoded><![CDATA[<p>if it wasn&#8217; for your tutorials i would have never started to make asc3 flash games less gettin good at it. thx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prandini</title>
		<link>http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/#comment-482521</link>
		<dc:creator>Prandini</dc:creator>
		<pubDate>Sat, 08 Aug 2009 06:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=606#comment-482521</guid>
		<description>Great example!</description>
		<content:encoded><![CDATA[<p>Great example!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meh_c00kie</title>
		<link>http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/#comment-454875</link>
		<dc:creator>Meh_c00kie</dc:creator>
		<pubDate>Sat, 30 May 2009 15:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=606#comment-454875</guid>
		<description>Hi I tried this but it dosent work with animated MCs how do you fix this?</description>
		<content:encoded><![CDATA[<p>Hi I tried this but it dosent work with animated MCs how do you fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomdeaap</title>
		<link>http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/#comment-436666</link>
		<dc:creator>tomdeaap</dc:creator>
		<pubDate>Tue, 21 Apr 2009 14:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=606#comment-436666</guid>
		<description>Can you please explain the keys class, I don&#039;t really undestand what the is_? functions do... What&#039;s the return for ....</description>
		<content:encoded><![CDATA[<p>Can you please explain the keys class, I don&#8217;t really undestand what the is_? functions do&#8230; What&#8217;s the return for &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monkeyfetus</title>
		<link>http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/#comment-366551</link>
		<dc:creator>Monkeyfetus</dc:creator>
		<pubDate>Sun, 04 Jan 2009 22:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=606#comment-366551</guid>
		<description>Nevermind. I think I found out what I&#039;ve been doing wrong. I didn&#039;t realize that line 12 of as3circle.as calls the function defined on line 9 of keys.as

I named my &quot;keys&quot; function something different than my &quot;Keys&quot; class, which caused the function to never be called, leaving me with no listeners on the stage.

Aside from that, though. You really should comment your code better. As tedious as it is, it is also very helpful for anybody looking at your code, or if you yourself are trying to improve it. I&#039;m really in no place to lecture you, though.</description>
		<content:encoded><![CDATA[<p>Nevermind. I think I found out what I&#8217;ve been doing wrong. I didn&#8217;t realize that line 12 of as3circle.as calls the function defined on line 9 of keys.as</p>
<p>I named my &#8220;keys&#8221; function something different than my &#8220;Keys&#8221; class, which caused the function to never be called, leaving me with no listeners on the stage.</p>
<p>Aside from that, though. You really should comment your code better. As tedious as it is, it is also very helpful for anybody looking at your code, or if you yourself are trying to improve it. I&#8217;m really in no place to lecture you, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monkeyfetus</title>
		<link>http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/#comment-365996</link>
		<dc:creator>Monkeyfetus</dc:creator>
		<pubDate>Sat, 03 Jan 2009 23:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=606#comment-365996</guid>
		<description>I need the commented code. Specifically, I need help understanding lines 9-12 on keys.as

I understand it&#039;s purpose: to allow access to the stage, but I&#039;m not sure exactly how it works. When and what is the movieclip variable passed to the function?

Explaining lines 5 and 10-12 of as3circle.as would help too.

I could just copy-paste your code into my game and get on with it, but I&#039;m trying to learn something by recreating it, and I&#039;m stuck. My &quot;key_down&quot; function isn&#039;t being called.</description>
		<content:encoded><![CDATA[<p>I need the commented code. Specifically, I need help understanding lines 9-12 on keys.as</p>
<p>I understand it&#8217;s purpose: to allow access to the stage, but I&#8217;m not sure exactly how it works. When and what is the movieclip variable passed to the function?</p>
<p>Explaining lines 5 and 10-12 of as3circle.as would help too.</p>
<p>I could just copy-paste your code into my game and get on with it, but I&#8217;m trying to learn something by recreating it, and I&#8217;m stuck. My &#8220;key_down&#8221; function isn&#8217;t being called.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My first adventure into Actionscript 3.0 at</title>
		<link>http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/#comment-354028</link>
		<dc:creator>My first adventure into Actionscript 3.0 at</dc:creator>
		<pubDate>Sun, 14 Dec 2008 18:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=606#comment-354028</guid>
		<description>[...] here&#8217;s my little game-esque thingamajig created with Actionscript 3.0 by following this tutorial by Emanuele Feronato (Yes, it&#8217;s a translation of an older AS2 [...]</description>
		<content:encoded><![CDATA[<p>[...] here&#8217;s my little game-esque thingamajig created with Actionscript 3.0 by following this tutorial by Emanuele Feronato (Yes, it&#8217;s a translation of an older AS2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS3 Flash game creation tutorial - part 2: coins : Emanuele Feronato</title>
		<link>http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/#comment-324226</link>
		<dc:creator>AS3 Flash game creation tutorial - part 2: coins : Emanuele Feronato</dc:creator>
		<pubDate>Tue, 04 Nov 2008 14:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=606#comment-324226</guid>
		<description>[...] the previous step I showed you how to create a simple &quot;move-the-ball&quot; game using AS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] the previous step I showed you how to create a simple &#8220;move-the-ball&#8221; game using AS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mini Chris</title>
		<link>http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/#comment-322075</link>
		<dc:creator>Mini Chris</dc:creator>
		<pubDate>Sun, 02 Nov 2008 05:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=606#comment-322075</guid>
		<description>and also im using AS2 but will learn AS3 if i have to, to make it possible.</description>
		<content:encoded><![CDATA[<p>and also im using AS2 but will learn AS3 if i have to, to make it possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mini Chris</title>
		<link>http://www.emanueleferonato.com/2008/10/31/flash-game-creation-tutorial-part-1-with-as3-classes/#comment-322074</link>
		<dc:creator>Mini Chris</dc:creator>
		<pubDate>Sun, 02 Nov 2008 05:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=606#comment-322074</guid>
		<description>Hey Emanuele is it just me or does AS3 things seem to run slower. I thought they were meant to be faster =(

And also im trying to learn how to hitTest using colors so if my character falls and lands on a black(#000000)bitmap it hitTest&#039;s and sets yspeed to 0 to stop him from falling, but i cant understand how to do that.

Also im trying to figure out how to make destructible environment but im not getting anywhere with that.

Have you got any points or another place that has something easy to understand on these things? I cant manage to find any.</description>
		<content:encoded><![CDATA[<p>Hey Emanuele is it just me or does AS3 things seem to run slower. I thought they were meant to be faster =(</p>
<p>And also im trying to learn how to hitTest using colors so if my character falls and lands on a black(#000000)bitmap it hitTest&#8217;s and sets yspeed to 0 to stop him from falling, but i cant understand how to do that.</p>
<p>Also im trying to figure out how to make destructible environment but im not getting anywhere with that.</p>
<p>Have you got any points or another place that has something easy to understand on these things? I cant manage to find any.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
