<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tudwaythecore.com &#187; platform</title>
	<atom:link href="http://blog.tudwaythecore.com/category/platform/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tudwaythecore.com</link>
	<description>blog</description>
	<lastBuildDate>Fri, 29 May 2009 18:00:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>creating a platform game in as3 part 5</title>
		<link>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-5/</link>
		<comments>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-5/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 18:01:00 +0000</pubDate>
		<dc:creator>tudway</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cs3]]></category>

		<guid isPermaLink="false">http://blog.tudwaythecore.com/?p=13</guid>
		<description><![CDATA[Welcome back, At the end of the last tutorial i wondered what would happen if we had a platform that you could jump underneath from. As you can see, i have made the map a lot more complicated, and the simulation runs quite accurately until you go under the overhang on the left side. Where [...]]]></description>
		<wfw:commentRss>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-5/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>creating a platform game in as3 part 4</title>
		<link>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-4/</link>
		<comments>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-4/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 14:55:00 +0000</pubDate>
		<dc:creator>tudway</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[user input]]></category>

		<guid isPermaLink="false">http://blog.tudwaythecore.com/?p=12</guid>
		<description><![CDATA[In the end of the last post we had a problem where the character vibrated. This was because when ever the character touched the floor i made it move up by one pixel. to rectify this i will make another hittest that detects when the character is one pixel off the floor and only calculate [...]]]></description>
		<wfw:commentRss>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>creating a platform game in as3 part 3</title>
		<link>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-3/</link>
		<comments>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-3/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 09:55:00 +0000</pubDate>
		<dc:creator>tudway</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[user input]]></category>

		<guid isPermaLink="false">http://blog.tudwaythecore.com/?p=11</guid>
		<description><![CDATA[You should read this and this before continuing, if you haven't already.  This little platform engine works fine at the moment, but most platform games have more than one platform. i will add another platform and see how that goes. if you move right on the screen you will see that we have a problem. [...]]]></description>
		<wfw:commentRss>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>creating a platform game in as3 part 2</title>
		<link>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-2/</link>
		<comments>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-2/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 17:38:00 +0000</pubDate>
		<dc:creator>tudway</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[user input]]></category>

		<guid isPermaLink="false">http://blog.tudwaythecore.com/?p=10</guid>
		<description><![CDATA[Read creating a platform game in as3 if you haven't already. In this tutorial i will show you how to make your character move and jump. So... we need to make a function for key up events and for key down events to monitor key input so that we can have player controlled characters. lets [...]]]></description>
		<wfw:commentRss>http://blog.tudwaythecore.com/2008/03/creating-a-platform-game-in-as3-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
