<?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: Simple flash game in haXe</title>
	<atom:link href="http://gm2d.com/2009/02/simple-flash-game-in-haxe/feed/" rel="self" type="application/rss+xml" />
	<link>http://gm2d.com/2009/02/simple-flash-game-in-haxe/</link>
	<description>The Science and Art of 2D Game Making</description>
	<lastBuildDate>Fri, 30 Sep 2011 16:22:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jboadas</title>
		<link>http://gm2d.com/2009/02/simple-flash-game-in-haxe/comment-page-1/#comment-40</link>
		<dc:creator>jboadas</dc:creator>
		<pubDate>Fri, 30 Sep 2011 16:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://gm2d.com/?p=4#comment-40</guid>
		<description>Just download the code and compile with hxcpp and nme into a native executable. thanks</description>
		<content:encoded><![CDATA[<p>Just download the code and compile with hxcpp and nme into a native executable. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billbsb</title>
		<link>http://gm2d.com/2009/02/simple-flash-game-in-haxe/comment-page-1/#comment-30</link>
		<dc:creator>billbsb</dc:creator>
		<pubDate>Tue, 20 Jul 2010 09:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://gm2d.com/?p=4#comment-30</guid>
		<description>Hey guys!

I am starting cool beginners game project using Haxe and I am looking for more interested people. Please check out this post http://my.opera.com/billbsb/blog/the-game-project

Ah, I also welcome you all to give me any hints and tips with it!
Cheers!</description>
		<content:encoded><![CDATA[<p>Hey guys!</p>
<p>I am starting cool beginners game project using Haxe and I am looking for more interested people. Please check out this post <a href="http://my.opera.com/billbsb/blog/the-game-project" rel="nofollow">http://my.opera.com/billbsb/blog/the-game-project</a></p>
<p>Ah, I also welcome you all to give me any hints and tips with it!<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlou</title>
		<link>http://gm2d.com/2009/02/simple-flash-game-in-haxe/comment-page-1/#comment-29</link>
		<dc:creator>Marlou</dc:creator>
		<pubDate>Tue, 29 Jun 2010 05:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://gm2d.com/?p=4#comment-29</guid>
		<description>Nice tutorial..I just started learning Haxe..Im getting problems with:
import flash.display.Bitmap;
My compiler is unable to recognize the class..I have the Bitmap.hx inside flash9/display but not in flash/display..I compiled it with
-swf haxepractice.swf
-swf-version 9
-swf-header 640:480:120:ffffff
-main Main
Sorry if this isnt the right place to ask..
Can you suggest a solution?</description>
		<content:encoded><![CDATA[<p>Nice tutorial..I just started learning Haxe..Im getting problems with:<br />
import flash.display.Bitmap;<br />
My compiler is unable to recognize the class..I have the Bitmap.hx inside flash9/display but not in flash/display..I compiled it with<br />
-swf haxepractice.swf<br />
-swf-version 9<br />
-swf-header 640:480:120:ffffff<br />
-main Main<br />
Sorry if this isnt the right place to ask..<br />
Can you suggest a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huge</title>
		<link>http://gm2d.com/2009/02/simple-flash-game-in-haxe/comment-page-1/#comment-27</link>
		<dc:creator>Huge</dc:creator>
		<pubDate>Tue, 18 May 2010 15:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://gm2d.com/?p=4#comment-27</guid>
		<description>Hi billbsb,
My main blog is http://gamehaxe.com/
I know it&#039;s been quite a while since I wrote this, but I&#039;m finally getting some ideas together for a few more articles.

Huge</description>
		<content:encoded><![CDATA[<p>Hi billbsb,<br />
My main blog is <a href="http://gamehaxe.com/" rel="nofollow">http://gamehaxe.com/</a><br />
I know it&#8217;s been quite a while since I wrote this, but I&#8217;m finally getting some ideas together for a few more articles.</p>
<p>Huge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billbsb</title>
		<link>http://gm2d.com/2009/02/simple-flash-game-in-haxe/comment-page-1/#comment-26</link>
		<dc:creator>billbsb</dc:creator>
		<pubDate>Tue, 18 May 2010 15:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://gm2d.com/?p=4#comment-26</guid>
		<description>Really nice tutorial on Haxe! I was looking forward to something like this to start programming with Haxe.

I made some changes so it could display the Level in which the player is in: every 1000 points, the level increases. Pretty basic.

Do you have any other blog or project? Nice post!
Cheers!</description>
		<content:encoded><![CDATA[<p>Really nice tutorial on Haxe! I was looking forward to something like this to start programming with Haxe.</p>
<p>I made some changes so it could display the Level in which the player is in: every 1000 points, the level increases. Pretty basic.</p>
<p>Do you have any other blog or project? Nice post!<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pixnlove</title>
		<link>http://gm2d.com/2009/02/simple-flash-game-in-haxe/comment-page-1/#comment-25</link>
		<dc:creator>pixnlove</dc:creator>
		<pubDate>Sun, 09 May 2010 13:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://gm2d.com/?p=4#comment-25</guid>
		<description>Excellent,
Just what I needed for a good start!
thank you very much.

just to point out that The game does not play on firefox3</description>
		<content:encoded><![CDATA[<p>Excellent,<br />
Just what I needed for a good start!<br />
thank you very much.</p>
<p>just to point out that The game does not play on firefox3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mfaa98</title>
		<link>http://gm2d.com/2009/02/simple-flash-game-in-haxe/comment-page-1/#comment-24</link>
		<dc:creator>mfaa98</dc:creator>
		<pubDate>Thu, 06 May 2010 05:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://gm2d.com/?p=4#comment-24</guid>
		<description>Hi, thank you very much for this tutorial. I really need it. Hope it helps. Thanks again. btw, my score is 28570 :D</description>
		<content:encoded><![CDATA[<p>Hi, thank you very much for this tutorial. I really need it. Hope it helps. Thanks again. btw, my score is 28570 <img src='http://gm2d.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huge</title>
		<link>http://gm2d.com/2009/02/simple-flash-game-in-haxe/comment-page-1/#comment-23</link>
		<dc:creator>Huge</dc:creator>
		<pubDate>Sun, 02 May 2010 02:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://gm2d.com/?p=4#comment-23</guid>
		<description>Hi Donnie,
Are you trying to run via neko?  Do you have a &quot;Ski.n&quot; file, ie &quot;neko Ski.n&quot;.

Hugh</description>
		<content:encoded><![CDATA[<p>Hi Donnie,<br />
Are you trying to run via neko?  Do you have a &#8220;Ski.n&#8221; file, ie &#8220;neko Ski.n&#8221;.</p>
<p>Hugh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donnie</title>
		<link>http://gm2d.com/2009/02/simple-flash-game-in-haxe/comment-page-1/#comment-22</link>
		<dc:creator>Donnie</dc:creator>
		<pubDate>Fri, 30 Apr 2010 03:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://gm2d.com/?p=4#comment-22</guid>
		<description>Im trying to copy and follow the instruction above just for practice but its not working. im having this kind of error inside the Ski.hx code.

Uncaught exception load.c(176) : Module not found : Ski</description>
		<content:encoded><![CDATA[<p>Im trying to copy and follow the instruction above just for practice but its not working. im having this kind of error inside the Ski.hx code.</p>
<p>Uncaught exception load.c(176) : Module not found : Ski</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Profenza</title>
		<link>http://gm2d.com/2009/02/simple-flash-game-in-haxe/comment-page-1/#comment-21</link>
		<dc:creator>George Profenza</dc:creator>
		<pubDate>Tue, 06 Apr 2010 23:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://gm2d.com/?p=4#comment-21</guid>
		<description>Cool tutorial,

26470 on the 2nd run, not too shabby :)</description>
		<content:encoded><![CDATA[<p>Cool tutorial,</p>
<p>26470 on the 2nd run, not too shabby <img src='http://gm2d.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

