<?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 game like Totem Destroyer</title>
	<atom:link href="http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Tue, 16 Mar 2010 16:46:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Full Totem Destroyer prototype : Emanuele Feronato</title>
		<link>http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/comment-page-1/#comment-401914</link>
		<dc:creator>Full Totem Destroyer prototype : Emanuele Feronato</dc:creator>
		<pubDate>Fri, 06 Mar 2009 11:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=315#comment-401914</guid>
		<description>[...] time ago I posted Create a Flash game like Totem Destroyer, and now I am showing you a complete prototype made by Collin [...]</description>
		<content:encoded><![CDATA[<p>[...] time ago I posted Create a Flash game like Totem Destroyer, and now I am showing you a complete prototype made by Collin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julien</title>
		<link>http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/comment-page-1/#comment-360659</link>
		<dc:creator>julien</dc:creator>
		<pubDate>Thu, 25 Dec 2008 20:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=315#comment-360659</guid>
		<description>sooooooooooo cool but its not hard to do this
i love this game
good luck!!!!!!!!</description>
		<content:encoded><![CDATA[<p>sooooooooooo cool but its not hard to do this<br />
i love this game<br />
good luck!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Platform game basics using Box2D : Emanuele Feronato</title>
		<link>http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/comment-page-1/#comment-359135</link>
		<dc:creator>Platform game basics using Box2D : Emanuele Feronato</dc:creator>
		<pubDate>Tue, 23 Dec 2008 10:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=315#comment-359135</guid>
		<description>[...] wrote about Box2D Flash version about a year ago, then I published Playing with Box2DFlashAS3 and Create a Flash game like Totem Destroyer as examples covering what you can do with this [...]</description>
		<content:encoded><![CDATA[<p>[...] wrote about Box2D Flash version about a year ago, then I published Playing with Box2DFlashAS3 and Create a Flash game like Totem Destroyer as examples covering what you can do with this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oliver_l1</title>
		<link>http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/comment-page-1/#comment-317432</link>
		<dc:creator>oliver_l1</dc:creator>
		<pubDate>Wed, 29 Oct 2008 14:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=315#comment-317432</guid>
		<description>please make a 2nd step very soon!</description>
		<content:encoded><![CDATA[<p>please make a 2nd step very soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/comment-page-1/#comment-295574</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Wed, 08 Oct 2008 02:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=315#comment-295574</guid>
		<description>I am just beginning to learn Flash and I am most interested in creating puzzle and board type games. So far the majority of tutorials I have found are for arcade games (breakout / shooters / etc.) This one has definitely caught my interest and I would love to see the full tutorial. So I will add my voice to the requests to see this one completed.

Also if anyone can point me to some more similar tutorials it would be quite appreciated.

Thanks.</description>
		<content:encoded><![CDATA[<p>I am just beginning to learn Flash and I am most interested in creating puzzle and board type games. So far the majority of tutorials I have found are for arcade games (breakout / shooters / etc.) This one has definitely caught my interest and I would love to see the full tutorial. So I will add my voice to the requests to see this one completed.</p>
<p>Also if anyone can point me to some more similar tutorials it would be quite appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: micfont999</title>
		<link>http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/comment-page-1/#comment-285870</link>
		<dc:creator>micfont999</dc:creator>
		<pubDate>Fri, 26 Sep 2008 11:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=315#comment-285870</guid>
		<description>hello, 
I&#039;m a french developper and I would first excuse me for my English quite bad. 

I have a little question concerning the block removed that I can not understand.

Indeed, when I click on a block, this code return 0

var count:int = m_world.Query(aabb, shapes, k_maxCount);
trace(count);

It&#039;s very strange because my world had some blocks. So I have posted my code on this page : 
http://fontaninmichael.fr/arrondir.com/04%20-%20Saiivezeguuce/Main.as

and the result here : 
http://fontaninmichael.fr/arrondir.com/04%20-%20Saiivezeguuce/test01.swf

Can you explain me why when I click on one block, m_world.query return 0. :(

I hope that the totem destroyer tutorial coming soon because it interests me greatly.

Thanks you very much</description>
		<content:encoded><![CDATA[<p>hello,<br />
I&#8217;m a french developper and I would first excuse me for my English quite bad. </p>
<p>I have a little question concerning the block removed that I can not understand.</p>
<p>Indeed, when I click on a block, this code return 0</p>
<p>var count:int = m_world.Query(aabb, shapes, k_maxCount);<br />
trace(count);</p>
<p>It&#8217;s very strange because my world had some blocks. So I have posted my code on this page :<br />
<a href="http://fontaninmichael.fr/arrondir.com/04%20-%20Saiivezeguuce/Main.as" rel="nofollow">http://fontaninmichael.fr/arrondir.com/04%20-%20Saiivezeguuce/Main.as</a></p>
<p>and the result here :<br />
<a href="http://fontaninmichael.fr/arrondir.com/04%20-%20Saiivezeguuce/test01.swf" rel="nofollow">http://fontaninmichael.fr/arrondir.com/04%20-%20Saiivezeguuce/test01.swf</a></p>
<p>Can you explain me why when I click on one block, m_world.query return 0. :(</p>
<p>I hope that the totem destroyer tutorial coming soon because it interests me greatly.</p>
<p>Thanks you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/comment-page-1/#comment-265017</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 31 Aug 2008 09:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=315#comment-265017</guid>
		<description>Hi!, is this possible with actionscript 2.0?  
Email me! :D
Please, I beg you guys,</description>
		<content:encoded><![CDATA[<p>Hi!, is this possible with actionscript 2.0?<br />
Email me! :D<br />
Please, I beg you guys,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adobe Flash CS3- AS3 and AS2 game tutorials roundup &#124; Lemlinh.com</title>
		<link>http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/comment-page-1/#comment-255380</link>
		<dc:creator>Adobe Flash CS3- AS3 and AS2 game tutorials roundup &#124; Lemlinh.com</dc:creator>
		<pubDate>Tue, 19 Aug 2008 16:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=315#comment-255380</guid>
		<description>[...] Read more [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ithkul</title>
		<link>http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/comment-page-1/#comment-247097</link>
		<dc:creator>ithkul</dc:creator>
		<pubDate>Thu, 07 Aug 2008 13:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=315#comment-247097</guid>
		<description>I&#039;ve seen a tutorial about box2D. with mr.Feronato&#039;s permission its located here:

http://www.actionscript.org/resources/articles/742/1/Physics-in-ActionScript-30/Page1.html#postedcomment</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen a tutorial about box2D. with mr.Feronato&#8217;s permission its located here:</p>
<p><a href="http://www.actionscript.org/resources/articles/742/1/Physics-in-ActionScript-30/Page1.html#postedcomment" rel="nofollow">http://www.actionscript.org/resources/articles/742/1/Physics-in-ActionScript-30/Page1.html#postedcomment</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.emanueleferonato.com/2008/07/17/create-a-flash-game-like-totem-destroyer/comment-page-1/#comment-244865</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 03 Aug 2008 07:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=315#comment-244865</guid>
		<description>Hi Emanuele. I&#039;m trying to do a game and I need your help. I would like to know how to make a button in Adobe Flash CS3 3.0 link to a different scene in the same document.</description>
		<content:encoded><![CDATA[<p>Hi Emanuele. I&#8217;m trying to do a game and I need your help. I would like to know how to make a button in Adobe Flash CS3 3.0 link to a different scene in the same document.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
