<?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: Create a Flash ball game using AS3</title>
	<atom:link href="http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Thu, 11 Mar 2010 10:43:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/comment-page-1/#comment-484710</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 13 Aug 2009 07:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-484710</guid>
		<description>Hey Guys,
it&#039;s a very good tutorial but there is one problem. The ball is never stoping, i mean the ball x and y position is never 0 it&#039;s always a little bigger. How can i fix it? I thought with Math.floor( xspeed * 0.95 ); but it doesn&#039;t work.
please help me and sorry for my bad english. ;)</description>
		<content:encoded><![CDATA[<p>Hey Guys,<br />
it&#8217;s a very good tutorial but there is one problem. The ball is never stoping, i mean the ball x and y position is never 0 it&#8217;s always a little bigger. How can i fix it? I thought with Math.floor( xspeed * 0.95 ); but it doesn&#8217;t work.<br />
please help me and sorry for my bad english. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/comment-page-1/#comment-462595</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Thu, 18 Jun 2009 22:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-462595</guid>
		<description>Hey Emanuele

I have tried recreating your work but i get this error. 

&quot;1046: Type was not found or was not a compile-time constant: ball.</description>
		<content:encoded><![CDATA[<p>Hey Emanuele</p>
<p>I have tried recreating your work but i get this error. </p>
<p>&#8220;1046: Type was not found or was not a compile-time constant: ball.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pb</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/comment-page-1/#comment-424734</link>
		<dc:creator>pb</dc:creator>
		<pubDate>Mon, 06 Apr 2009 19:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-424734</guid>
		<description>Quintus,

&quot;private&quot; denotes that the function is private as opposed to public.  A private function can only be accessed from inside its package.  In other words, it can&#039;t be accessed by code in another package or class file.

&quot;render&quot; in this case is simply the name of the function

&quot;void&quot; means that the function does not return any data to the main program.


-pb</description>
		<content:encoded><![CDATA[<p>Quintus,</p>
<p>&#8220;private&#8221; denotes that the function is private as opposed to public.  A private function can only be accessed from inside its package.  In other words, it can&#8217;t be accessed by code in another package or class file.</p>
<p>&#8220;render&#8221; in this case is simply the name of the function</p>
<p>&#8220;void&#8221; means that the function does not return any data to the main program.</p>
<p>-pb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quintus</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/comment-page-1/#comment-395978</link>
		<dc:creator>Quintus</dc:creator>
		<pubDate>Tue, 24 Feb 2009 20:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-395978</guid>
		<description>Btw emanuele.
are you female or male? :D</description>
		<content:encoded><![CDATA[<p>Btw emanuele.<br />
are you female or male? :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quintus</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/comment-page-1/#comment-395977</link>
		<dc:creator>Quintus</dc:creator>
		<pubDate>Tue, 24 Feb 2009 20:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-395977</guid>
		<description>AS3 seems so difficult.
for example:
private function render(e:Event):void {

private? what the hell?
render: why does it need to be there?
void: really no @#!#$% idea.
e: o.o omg what does it all mean</description>
		<content:encoded><![CDATA[<p>AS3 seems so difficult.<br />
for example:<br />
private function render(e:Event):void {</p>
<p>private? what the hell?<br />
render: why does it need to be there?<br />
void: really no @#!#$% idea.<br />
e: o.o omg what does it all mean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauro</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/comment-page-1/#comment-394192</link>
		<dc:creator>Mauro</dc:creator>
		<pubDate>Sat, 21 Feb 2009 18:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-394192</guid>
		<description>it would be better to have every line explained, just reading the tutorial i have like... 20 million?... ok 25 millions doubts, but i guess it&#039;s too hard to explain everything in a single post, so im gonna have to search a little XD

but the tuts are great =) the kind of tuts i look for when i need to learn about anything =)</description>
		<content:encoded><![CDATA[<p>it would be better to have every line explained, just reading the tutorial i have like&#8230; 20 million?&#8230; ok 25 millions doubts, but i guess it&#8217;s too hard to explain everything in a single post, so im gonna have to search a little XD</p>
<p>but the tuts are great =) the kind of tuts i look for when i need to learn about anything =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bookmarks carles - 2008 &#171; DocumentaciÃ³n RAW</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/comment-page-1/#comment-375223</link>
		<dc:creator>bookmarks carles - 2008 &#171; DocumentaciÃ³n RAW</dc:creator>
		<pubDate>Tue, 20 Jan 2009 00:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-375223</guid>
		<description>[...] Create a Flash ball game using AS3 : Emanuele Feronato - italian geek and PROgrammer [...]</description>
		<content:encoded><![CDATA[<p>[...] Create a Flash ball game using AS3 : Emanuele Feronato &#8211; italian geek and PROgrammer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/comment-page-1/#comment-245743</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 04 Aug 2008 20:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-245743</guid>
		<description>Great tutorial, just what I was looking for.  I simplified a little (I had no need for class) and works realy well.  Many thanks.</description>
		<content:encoded><![CDATA[<p>Great tutorial, just what I was looking for.  I simplified a little (I had no need for class) and works realy well.  Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jmz</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/comment-page-1/#comment-237842</link>
		<dc:creator>Jmz</dc:creator>
		<pubDate>Tue, 22 Jul 2008 08:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-237842</guid>
		<description>Oh and another thing; Should I use the &quot;Modify&quot; -&gt; &quot;Movie Clip&quot; on the ball I drew on the Stage. No specifics are drawn to that either... yes, I am n00b...

Unfortunately, that&#039;s the only way I learn... everything, absolutely EVERYTHING told to me in a very anal way 
OR
I don&#039;t learn... AT ALL :\

Sorry for double post. (Yes, ironic I know)</description>
		<content:encoded><![CDATA[<p>Oh and another thing; Should I use the &#8220;Modify&#8221; -&gt; &#8220;Movie Clip&#8221; on the ball I drew on the Stage. No specifics are drawn to that either&#8230; yes, I am n00b&#8230;</p>
<p>Unfortunately, that&#8217;s the only way I learn&#8230; everything, absolutely EVERYTHING told to me in a very anal way<br />
OR<br />
I don&#8217;t learn&#8230; AT ALL :\</p>
<p>Sorry for double post. (Yes, ironic I know)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jmz</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/comment-page-1/#comment-237839</link>
		<dc:creator>Jmz</dc:creator>
		<pubDate>Tue, 22 Jul 2008 08:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-237839</guid>
		<description>Hrmm... same problemo as Diego. I (assume I) did everything the same as the tutorial. It&#039;s either because I&#039;m doing it on a iMac (tut. is on Windows) OR because I&#039;m not setting up all my properties correctly.

To find out what&#039;s going on with my CS3, please can you be more specific as to these questions?

Should I use &quot;Object Drawing Mode&quot;?
Should I create a separate layer for the code? (On a different tutorial for AS3, a separate Layer 2 for code was created which, btw, worked...)

Can&#039;t think of anything else at this stage. Help would obviously be appreciated.

Jmz</description>
		<content:encoded><![CDATA[<p>Hrmm&#8230; same problemo as Diego. I (assume I) did everything the same as the tutorial. It&#8217;s either because I&#8217;m doing it on a iMac (tut. is on Windows) OR because I&#8217;m not setting up all my properties correctly.</p>
<p>To find out what&#8217;s going on with my CS3, please can you be more specific as to these questions?</p>
<p>Should I use &#8220;Object Drawing Mode&#8221;?<br />
Should I create a separate layer for the code? (On a different tutorial for AS3, a separate Layer 2 for code was created which, btw, worked&#8230;)</p>
<p>Can&#8217;t think of anything else at this stage. Help would obviously be appreciated.</p>
<p>Jmz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
