<?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 with visual from above tutorial</title>
	<atom:link href="http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Sat, 11 Feb 2012 05:27:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Kulgar</title>
		<link>http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-957319</link>
		<dc:creator>Kulgar</dc:creator>
		<pubDate>Wed, 05 Oct 2011 09:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-957319</guid>
		<description>Great tutorial as always ! 

For the tiles... Why not a steep slope tile ? Once the ball roll over this tile it accelerates a lot and can&#039;t go back.</description>
		<content:encoded><![CDATA[<p>Great tutorial as always ! </p>
<p>For the tiles&#8230; Why not a steep slope tile ? Once the ball roll over this tile it accelerates a lot and can&#8217;t go back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a flash lover</title>
		<link>http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-904663</link>
		<dc:creator>a flash lover</dc:creator>
		<pubDate>Mon, 15 Aug 2011 23:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-904663</guid>
		<description>If you are not the author of this selling file, i guess you should contact Envato for copyright violation:
http://activeden.net/item/rolling-ball/451663</description>
		<content:encoded><![CDATA[<p>If you are not the author of this selling file, i guess you should contact Envato for copyright violation:<br />
<a href="http://activeden.net/item/rolling-ball/451663" rel="nofollow">http://activeden.net/item/rolling-ball/451663</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jer</title>
		<link>http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-893752</link>
		<dc:creator>Jer</dc:creator>
		<pubDate>Tue, 02 Aug 2011 14:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-893752</guid>
		<description>Great tutorial, easy to understand and use. As for ideas... A checkpoint tile? 
Maybe even a seperate path that leads to a shop tile, when rolled on a screen will pop up, where you can buy upgrades, like decrease the balls speed, or something like that. As to get money for the shop... i dont know.</description>
		<content:encoded><![CDATA[<p>Great tutorial, easy to understand and use. As for ideas&#8230; A checkpoint tile?<br />
Maybe even a seperate path that leads to a shop tile, when rolled on a screen will pop up, where you can buy upgrades, like decrease the balls speed, or something like that. As to get money for the shop&#8230; i dont know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-843371</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 30 May 2011 15:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-843371</guid>
		<description>Great tutorial, it was very useful. An idea I got for a tile is a spike tile, similar to the lava tile, but it happens more quickly so you have to move fast. Another idea I got is that you could make enemies on some tiles and you have to shoot them down to get past them. Maybe you could even make some enemies to shoot you.</description>
		<content:encoded><![CDATA[<p>Great tutorial, it was very useful. An idea I got for a tile is a spike tile, similar to the lava tile, but it happens more quickly so you have to move fast. Another idea I got is that you could make enemies on some tiles and you have to shoot them down to get past them. Maybe you could even make some enemies to shoot you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leonardo</title>
		<link>http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-755022</link>
		<dc:creator>leonardo</dc:creator>
		<pubDate>Mon, 14 Feb 2011 18:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-755022</guid>
		<description>level = new Array();
_root.attachMovie(&quot;starz&quot;, &quot;starz&quot;, 1, {_x:-20, _y:-20});
_root.createEmptyMovieClip(&quot;bricks&quot;, 2);
level[0] = new Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0);
level[1] = new Array(0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1);
level[2] = new Array(1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1);
level[3] = new Array(1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1);
level[4] = new Array(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
level[5] = new Array(1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1);
level[6] = new Array(1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1);
level[7] = new Array(1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1);
level[8] = new Array(1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1);
level[9] = new Array(1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1);
level[10] = new Array(0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1);
for (y=0; y&lt;=10; y++) {
	for (x=0; x53) {
		this.texture._x -= 63;
	}
	if (this.texture._x53) {
		this.texture._y -= 63;
	}
	if (this.texture._y&lt;-53) {
		this.texture._y += 63;
	}
	brick_x = Math.floor((bricks._x-200)/80)*-1;
	brick_y = Math.floor((bricks._y-180)/80)*-1;
	if (level[brick_y][brick_x] != 1) {
		bricks._x = 240;
		bricks._y = 220;
		starz._x = -20;
		starz._y = -20;
		xspeed = 0;
		yspeed = 0;
	}
};</description>
		<content:encoded><![CDATA[<p>level = new Array();<br />
_root.attachMovie(&#8220;starz&#8221;, &#8220;starz&#8221;, 1, {_x:-20, _y:-20});<br />
_root.createEmptyMovieClip(&#8220;bricks&#8221;, 2);<br />
level[0] = new Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0);<br />
level[1] = new Array(0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1);<br />
level[2] = new Array(1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1);<br />
level[3] = new Array(1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1);<br />
level[4] = new Array(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);<br />
level[5] = new Array(1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1);<br />
level[6] = new Array(1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1);<br />
level[7] = new Array(1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1);<br />
level[8] = new Array(1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1);<br />
level[9] = new Array(1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1);<br />
level[10] = new Array(0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1);<br />
for (y=0; y&lt;=10; y++) {<br />
	for (x=0; x53) {<br />
		this.texture._x -= 63;<br />
	}<br />
	if (this.texture._x53) {<br />
		this.texture._y -= 63;<br />
	}<br />
	if (this.texture._y&lt;-53) {<br />
		this.texture._y += 63;<br />
	}<br />
	brick_x = Math.floor((bricks._x-200)/80)*-1;<br />
	brick_y = Math.floor((bricks._y-180)/80)*-1;<br />
	if (level[brick_y][brick_x] != 1) {<br />
		bricks._x = 240;<br />
		bricks._y = 220;<br />
		starz._x = -20;<br />
		starz._y = -20;<br />
		xspeed = 0;<br />
		yspeed = 0;<br />
	}<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 8 bài h??ng d?n chuy?n PSD sang HTML &#124; Blog thi?t k? Website</title>
		<link>http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-642104</link>
		<dc:creator>8 bài h??ng d?n chuy?n PSD sang HTML &#124; Blog thi?t k? Website</dc:creator>
		<pubDate>Fri, 17 Sep 2010 22:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-642104</guid>
		<description>[...] 12. Ball Game [...]</description>
		<content:encoded><![CDATA[<p>[...] 12. Ball Game [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-630589</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Tue, 31 Aug 2010 15:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-630589</guid>
		<description>nice tutorial and game!
how about a tile that reeverses your movements?</description>
		<content:encoded><![CDATA[<p>nice tutorial and game!<br />
how about a tile that reeverses your movements?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Como criar jogos online em flash &#124; NR Host Blog</title>
		<link>http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-622932</link>
		<dc:creator>Como criar jogos online em flash &#124; NR Host Blog</dc:creator>
		<pubDate>Sun, 15 Aug 2010 06:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-622932</guid>
		<description>[...] Flash para Celular 18. Jogo de Luta 19. Jogo de Bola 20. Jogo de sinuca 21. Jogo de mini carros 22. Jogo de bola com efeitos 23. Jogo de quebra cabeça 24. Jogo para iniciantes 25. Jogo Simples 26. Tutorial de criação de [...]</description>
		<content:encoded><![CDATA[<p>[...] Flash para Celular 18. Jogo de Luta 19. Jogo de Bola 20. Jogo de sinuca 21. Jogo de mini carros 22. Jogo de bola com efeitos 23. Jogo de quebra cabeça 24. Jogo para iniciantes 25. Jogo Simples 26. Tutorial de criação de [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MIND BLOWING PRASANTH</title>
		<link>http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-621719</link>
		<dc:creator>MIND BLOWING PRASANTH</dc:creator>
		<pubDate>Fri, 13 Aug 2010 01:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-621719</guid>
		<description>HI
   what is the code for win the game or go to next level.. reply must.</description>
		<content:encoded><![CDATA[<p>HI<br />
   what is the code for win the game or go to next level.. reply must.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Game Development Tutorials &#38; FLA Files</title>
		<link>http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-550134</link>
		<dc:creator>Flash Game Development Tutorials &#38; FLA Files</dc:creator>
		<pubDate>Thu, 25 Feb 2010 13:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/#comment-550134</guid>
		<description>[...] Flash Ball Game [...]</description>
		<content:encoded><![CDATA[<p>[...] Flash Ball Game [...]</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.166 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 13:53:58 -->
