<?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: New tile based platform engine &#8211; AS3 version</title>
	<atom:link href="http://www.emanueleferonato.com/2008/09/25/new-tile-based-platform-engine-as3-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2008/09/25/new-tile-based-platform-engine-as3-version/</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: Introduction to AS3 classes : Emanuele Feronato</title>
		<link>http://www.emanueleferonato.com/2008/09/25/new-tile-based-platform-engine-as3-version/#comment-316200</link>
		<dc:creator>Introduction to AS3 classes : Emanuele Feronato</dc:creator>
		<pubDate>Tue, 28 Oct 2008 09:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=535#comment-316200</guid>
		<description>[...] taken it from New tile based platform engine - AS3 version. PLAIN TEXT [...]</description>
		<content:encoded><![CDATA[<p>[...] taken it from New tile based platform engine &#8211; AS3 version. PLAIN TEXT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Watts</title>
		<link>http://www.emanueleferonato.com/2008/09/25/new-tile-based-platform-engine-as3-version/#comment-286589</link>
		<dc:creator>Dean Watts</dc:creator>
		<pubDate>Sat, 27 Sep 2008 18:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=535#comment-286589</guid>
		<description>what other tiles are you working on Emanuele?</description>
		<content:encoded><![CDATA[<p>what other tiles are you working on Emanuele?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier LÃ¡zaro</title>
		<link>http://www.emanueleferonato.com/2008/09/25/new-tile-based-platform-engine-as3-version/#comment-286012</link>
		<dc:creator>Javier LÃ¡zaro</dc:creator>
		<pubDate>Fri, 26 Sep 2008 15:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=535#comment-286012</guid>
		<description>Thanks for the AS3 version! I was looking for something like this! ;-)</description>
		<content:encoded><![CDATA[<p>Thanks for the AS3 version! I was looking for something like this! ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.emanueleferonato.com/2008/09/25/new-tile-based-platform-engine-as3-version/#comment-285016</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 25 Sep 2008 14:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=535#comment-285016</guid>
		<description>You&#039;re trying to manage too many separate tasks in a single class which is never a good idea. Try to break tasks into categories like map management, a player movement controller, and maybe a game drawing class.

Your enter frame function should look something like this:
playerController.update();
mapSystem.update();
collisionManager.check();
gfx.draw();</description>
		<content:encoded><![CDATA[<p>You&#8217;re trying to manage too many separate tasks in a single class which is never a good idea. Try to break tasks into categories like map management, a player movement controller, and maybe a game drawing class.</p>
<p>Your enter frame function should look something like this:<br />
playerController.update();<br />
mapSystem.update();<br />
collisionManager.check();<br />
gfx.draw();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emanuele Feronato</title>
		<link>http://www.emanueleferonato.com/2008/09/25/new-tile-based-platform-engine-as3-version/#comment-284985</link>
		<dc:creator>Emanuele Feronato</dc:creator>
		<pubDate>Thu, 25 Sep 2008 13:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=535#comment-284985</guid>
		<description>I never delete comments.

I am working on the same thing you are working on... for a game I am about to release.

If you want me to publish it, send it by email at info@emanueleferonato.com</description>
		<content:encoded><![CDATA[<p>I never delete comments.</p>
<p>I am working on the same thing you are working on&#8230; for a game I am about to release.</p>
<p>If you want me to publish it, send it by email at <a href="mailto:info@emanueleferonato.com">info@emanueleferonato.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://www.emanueleferonato.com/2008/09/25/new-tile-based-platform-engine-as3-version/#comment-284941</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Thu, 25 Sep 2008 12:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=535#comment-284941</guid>
		<description>did you delete comment? there was question but seems it got deleted... i have a version of a engine ive been wokring on that allows the user to change the enviorment as they play. i can upload if u want</description>
		<content:encoded><![CDATA[<p>did you delete comment? there was question but seems it got deleted&#8230; i have a version of a engine ive been wokring on that allows the user to change the enviorment as they play. i can upload if u want</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://www.emanueleferonato.com/2008/09/25/new-tile-based-platform-engine-as3-version/#comment-284937</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Thu, 25 Sep 2008 12:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=535#comment-284937</guid>
		<description>make sure its not in a temp directory. extract elements to desktop or folder and run the as file. worked fine for me. you might want to explain the code/platform tile engines more than you did but it was well written. gl john</description>
		<content:encoded><![CDATA[<p>make sure its not in a temp directory. extract elements to desktop or folder and run the as file. worked fine for me. you might want to explain the code/platform tile engines more than you did but it was well written. gl john</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Flaherty</title>
		<link>http://www.emanueleferonato.com/2008/09/25/new-tile-based-platform-engine-as3-version/#comment-284933</link>
		<dc:creator>John Flaherty</dc:creator>
		<pubDate>Thu, 25 Sep 2008 11:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=535#comment-284933</guid>
		<description>How is this supposed to work? While file do you compile?</description>
		<content:encoded><![CDATA[<p>How is this supposed to work? While file do you compile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://www.emanueleferonato.com/2008/09/25/new-tile-based-platform-engine-as3-version/#comment-284930</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Thu, 25 Sep 2008 11:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=535#comment-284930</guid>
		<description>haha, i did nearly the exact same thing last night and was going to send as comment but no need. nice work.</description>
		<content:encoded><![CDATA[<p>haha, i did nearly the exact same thing last night and was going to send as comment but no need. nice work.</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.208 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 06:45:18 -->
