<?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>Fri, 10 Feb 2012 12:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Resources: Beginner Tutorials &#171; AS3 Game Tutorials</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-936193</link>
		<dc:creator>Resources: Beginner Tutorials &#171; AS3 Game Tutorials</dc:creator>
		<pubDate>Sun, 18 Sep 2011 19:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-936193</guid>
		<description>[...] Flash ball game creation tutorial &#8211; Emanuele Feronato [...]</description>
		<content:encoded><![CDATA[<p>[...] Flash ball game creation tutorial &#8211; Emanuele Feronato [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leon</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-913717</link>
		<dc:creator>leon</dc:creator>
		<pubDate>Fri, 26 Aug 2011 01:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-913717</guid>
		<description>I am sorry, but this is completely worthless, things were explained very badly.
I don&#039;t want to sound like a troll, I am just saying.</description>
		<content:encoded><![CDATA[<p>I am sorry, but this is completely worthless, things were explained very badly.<br />
I don&#8217;t want to sound like a troll, I am just saying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anjali</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-644334</link>
		<dc:creator>Anjali</dc:creator>
		<pubDate>Wed, 22 Sep 2010 12:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#comment-644334</guid>
		<description>Thanks for the post.. it was exactly what i was looking for</description>
		<content:encoded><![CDATA[<p>Thanks for the post.. it was exactly what i was looking for</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.emanueleferonato.com/2008/03/24/create-a-flash-ball-game-using-as3/#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-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-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-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-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-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-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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/11 queries in 0.020 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 05:00:45 -->
