<?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>Zombie Flambe</title>
	<atom:link href="http://www.zombieflambe.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zombieflambe.com</link>
	<description>PHP, AS3, web dev and whatever else I like today.</description>
	<lastBuildDate>Fri, 15 May 2009 00:54:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AS3 Why Your Bitmap Doesn&#8217;t Care About Your Input!</title>
		<link>http://www.zombieflambe.com/actionscript-3/as3-bitmap-mouse-events/</link>
		<comments>http://www.zombieflambe.com/actionscript-3/as3-bitmap-mouse-events/#comments</comments>
		<pubDate>Fri, 15 May 2009 00:52:34 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=301</guid>
		<description><![CDATA[Over the past couple of years of doing AS3 coding, it has frustrated me to no end as to why I couldn&#8217;t create a new Bitmap object and add Mouse Event Listeners to it.  As I first got into optimizing AS3 display code, trying to shy away from MovieClips everywhere, I started using Sprites more. [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/actionscript-3/as3-bitmap-mouse-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 External XML Animation Scripting with TweenMax</title>
		<link>http://www.zombieflambe.com/blog/as3-external-xml-animation-scripting-tweenmax/</link>
		<comments>http://www.zombieflambe.com/blog/as3-external-xml-animation-scripting-tweenmax/#comments</comments>
		<pubDate>Thu, 07 May 2009 23:17:00 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=295</guid>
		<description><![CDATA[Continuing my foray into preparing for collaborative Flash Game Developement, I&#8217;ve been thinking a lot about tools, how to set the project up to allow for a maximum variety of skill levels and skill sets to collaborate on the project while trying to keep Flash and Actionscript as much removed as possible.  
In a recent [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/blog/as3-external-xml-animation-scripting-tweenmax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS3 Date Class, PHP and Unix Timestamps</title>
		<link>http://www.zombieflambe.com/blog/as3-date-class-php-and-unix-timestamps/</link>
		<comments>http://www.zombieflambe.com/blog/as3-date-class-php-and-unix-timestamps/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 17:26:53 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=291</guid>
		<description><![CDATA[This is a real quick post about Unix Timestamps, PHP, and ActionScript 3&#8217;s Date class.  When creating a new Date instance, you can pass in a Unix Timestamp into the Date constructor.


var myDate:Date = new Date( unix_timestamp_from_php );
trace( myDate.toString() );  // Invalid Date

When I was working with this, I continually received Invalid date in my output [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/blog/as3-date-class-php-and-unix-timestamps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Lessons Learned in Noob Collaborative Game Development</title>
		<link>http://www.zombieflambe.com/blog/3-lessons-learned-in-noob-collaborative-game-development/</link>
		<comments>http://www.zombieflambe.com/blog/3-lessons-learned-in-noob-collaborative-game-development/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 19:37:51 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Actionscript 3]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=281</guid>
		<description><![CDATA[I&#8217;m currently working on a 2D RPG Game Engine ( think Zelda or FinalFantasyII/IV  ) in AS3.  At the start of this project, as typical projects with friends go, it seems like a completely easy task.  &#8220;Hey you know AS3&#8230; can you write us a quick game engine for this idea we [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/blog/3-lessons-learned-in-noob-collaborative-game-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; AMFPHP High Score Database</title>
		<link>http://www.zombieflambe.com/actionscript-3/as3-amfphp-high-score-database/</link>
		<comments>http://www.zombieflambe.com/actionscript-3/as3-amfphp-high-score-database/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 19:14:30 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Code Examples]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=220</guid>
		<description><![CDATA[This is a little tutorial covering using ActionScript 3, PHP and AMFPHP to create a MySQL-based High Score Database.  You should have some familiarity with each as this isn&#8217;t exactly a &#8220;Beginner&#8217;s How-To.&#8221;  For a recent game project I&#8217;ve been working on, one of the requirements was a simple High Score Database.  After [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/actionscript-3/as3-amfphp-high-score-database/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
