<?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: Tutorial: Create a Tower Defense Game in AS3</title>
	<atom:link href="http://www.mrsunstudios.com/2009/02/tutorial-create-a-tower-defense-game-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 13 Jul 2010 09:44:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: colePark</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3/#comment-1279</link>
		<dc:creator>colePark</dc:creator>
		<pubDate>Tue, 25 May 2010 21:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1373#comment-1279</guid>
		<description>Amazing tutorial, this code is hard to wrap your brain around, using the block loop as a system for pathing, but not for tower placement, Thank you for this awesome tut, it&#039;s inspired me to try hard :D</description>
		<content:encoded><![CDATA[<p>Amazing tutorial, this code is hard to wrap your brain around, using the block loop as a system for pathing, but not for tower placement, Thank you for this awesome tut, it&#8217;s inspired me to try hard <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanner</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3/#comment-1274</link>
		<dc:creator>Tanner</dc:creator>
		<pubDate>Mon, 17 May 2010 17:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1373#comment-1274</guid>
		<description>i don&#039;t understand....
you add 2 action script files but you have 3 things of code.....
please explain....</description>
		<content:encoded><![CDATA[<p>i don&#8217;t understand&#8230;.<br />
you add 2 action script files but you have 3 things of code&#8230;..<br />
please explain&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3/#comment-1215</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 10 Apr 2010 15:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1373#comment-1215</guid>
		<description>I get the error:

1084: Syntax error: expecting rightbrace before end of program.</description>
		<content:encoded><![CDATA[<p>I get the error:</p>
<p>1084: Syntax error: expecting rightbrace before end of program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebasss</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3/#comment-1196</link>
		<dc:creator>Sebasss</dc:creator>
		<pubDate>Mon, 22 Mar 2010 01:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1373#comment-1196</guid>
		<description>People stop complaning about the guy not telling you how to do it. This is not for beginners. This is just to understand how to make a TD game and how it works. If you dont understand a line, google it. Damn. 

I am trying to make a Java game based on this and this will help me understand the mechanics of a TD game. Thank you.</description>
		<content:encoded><![CDATA[<p>People stop complaning about the guy not telling you how to do it. This is not for beginners. This is just to understand how to make a TD game and how it works. If you dont understand a line, google it. Damn. </p>
<p>I am trying to make a Java game based on this and this will help me understand the mechanics of a TD game. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tower Defense &#8212; An Experience &#124; Xen Element Blog</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3/#comment-1174</link>
		<dc:creator>Tower Defense &#8212; An Experience &#124; Xen Element Blog</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1373#comment-1174</guid>
		<description>[...] I found this: [...]</description>
		<content:encoded><![CDATA[<p>[...] I found this: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skezh</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3/#comment-1163</link>
		<dc:creator>Skezh</dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1373#comment-1163</guid>
		<description>To match your demonstration, I had to add a line to your code in EmptyBlock.as, at line 31 (if copypasting the script), in thisMouseOver funnction:
this.graphics.beginFill(0x006633);
Without it, the empty blocks with mouse over them won`t be highlighted.

Thanks for a great tutorial.</description>
		<content:encoded><![CDATA[<p>To match your demonstration, I had to add a line to your code in EmptyBlock.as, at line 31 (if copypasting the script), in thisMouseOver funnction:<br />
this.graphics.beginFill(0&#215;006633);<br />
Without it, the empty blocks with mouse over them won`t be highlighted.</p>
<p>Thanks for a great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Game Development Tutorials &#38; FLA Files</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3/#comment-1157</link>
		<dc:creator>Flash Game Development Tutorials &#38; FLA Files</dc:creator>
		<pubDate>Thu, 25 Feb 2010 13:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1373#comment-1157</guid>
		<description>[...] How to Create a Tower Defense Game in AS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create a Tower Defense Game in AS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3/#comment-1132</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Thu, 28 Jan 2010 03:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1373#comment-1132</guid>
		<description>i get the errors 
1180: Call to a possibly undefined method DirectBlock. 
and 
1180: Call to a possibly undefined method EmptyBlock.
help?</description>
		<content:encoded><![CDATA[<p>i get the errors<br />
1180: Call to a possibly undefined method DirectBlock.<br />
and<br />
1180: Call to a possibly undefined method EmptyBlock.<br />
help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3/#comment-1131</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Wed, 27 Jan 2010 23:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1373#comment-1131</guid>
		<description>To blobo: make sure that your .fla file and both .as files are saved in the same place.

Also, in the thisMouseOver function in the EmptyBlock code above, &quot;this.graphics.beginFill(0x006600);&quot; is left out. It&#039;s in the source code, though.</description>
		<content:encoded><![CDATA[<p>To blobo: make sure that your .fla file and both .as files are saved in the same place.</p>
<p>Also, in the thisMouseOver function in the EmptyBlock code above, &#8220;this.graphics.beginFill(0&#215;006600);&#8221; is left out. It&#8217;s in the source code, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NicktheMan</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3/#comment-1124</link>
		<dc:creator>NicktheMan</dc:creator>
		<pubDate>Wed, 20 Jan 2010 00:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1373#comment-1124</guid>
		<description>so iam trying to learn how to make flash games and i know nothing about it! q1 In order to make a new&quot;layer to put actions in&quot; do i click insert layer then right click the first frame and go to actions? q2 i keep getting a compiler error&quot;1180 call to a possibilty undefined method DirectBlock&quot; i think i missed a block or something.

 please can u help?</description>
		<content:encoded><![CDATA[<p>so iam trying to learn how to make flash games and i know nothing about it! q1 In order to make a new&#8221;layer to put actions in&#8221; do i click insert layer then right click the first frame and go to actions? q2 i keep getting a compiler error&#8221;1180 call to a possibilty undefined method DirectBlock&#8221; i think i missed a block or something.</p>
<p> please can u help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

