<?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 &#8211; Part 2</title>
	<atom:link href="http://www.mrsunstudios.com/2009/02/tutorial-create-a-tower-defense-game-in-as3-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3-part-2/</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: Random_codemonkey</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3-part-2/#comment-1302</link>
		<dc:creator>Random_codemonkey</dc:creator>
		<pubDate>Thu, 10 Jun 2010 11:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1384#comment-1302</guid>
		<description>How would you add more then one type* of turret? ive tried almost everything and nothing seems to give :(</description>
		<content:encoded><![CDATA[<p>How would you add more then one type* of turret? ive tried almost everything and nothing seems to give <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random_codemonkey</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3-part-2/#comment-1301</link>
		<dc:creator>Random_codemonkey</dc:creator>
		<pubDate>Thu, 10 Jun 2010 11:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1384#comment-1301</guid>
		<description>How would you add more then one type* turret? ive tried almost everything and nothing seems to give :(</description>
		<content:encoded><![CDATA[<p>How would you add more then one type* turret? ive tried almost everything and nothing seems to give <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random_codemonkey</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3-part-2/#comment-1300</link>
		<dc:creator>Random_codemonkey</dc:creator>
		<pubDate>Thu, 10 Jun 2010 11:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1384#comment-1300</guid>
		<description>How would you add more then one turret? ive tried almost everything and nothing seems to give :(</description>
		<content:encoded><![CDATA[<p>How would you add more then one turret? ive tried almost everything and nothing seems to give <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3-part-2/#comment-868</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Tue, 23 Jun 2009 15:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1384#comment-868</guid>
		<description>watch out because the code to copy is wrong. right here:

package{//creating the basic skeleton
	imporProxy-Connection: keep-alive
Cache-Control: max-age=0
 
flash.display.MovieClip;
	import flash.events.*;


you want to write this instead:

package{//creating the basic skeleton
	import flash.display.MovieClip;
	import flash.events.*;

i compared it with the source files and noticed the error, it was something you probably just wrongly pasted there.

thanks for the tutorial it&#039;s really helpful to begginers like me.</description>
		<content:encoded><![CDATA[<p>watch out because the code to copy is wrong. right here:</p>
<p>package{//creating the basic skeleton<br />
	imporProxy-Connection: keep-alive<br />
Cache-Control: max-age=0</p>
<p>flash.display.MovieClip;<br />
	import flash.events.*;</p>
<p>you want to write this instead:</p>
<p>package{//creating the basic skeleton<br />
	import flash.display.MovieClip;<br />
	import flash.events.*;</p>
<p>i compared it with the source files and noticed the error, it was something you probably just wrongly pasted there.</p>
<p>thanks for the tutorial it&#8217;s really helpful to begginers like me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BackroomWebDesign</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3-part-2/#comment-751</link>
		<dc:creator>BackroomWebDesign</dc:creator>
		<pubDate>Sun, 26 Apr 2009 21:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1384#comment-751</guid>
		<description>QUIZ

1) makeTurret() is defined in what file?

2) makeTurret() is called from what file?

3) What would happen if you drew the white rect before the grey circle?

4) There are how many packages (classes) in this project so far?</description>
		<content:encoded><![CDATA[<p>QUIZ</p>
<p>1) makeTurret() is defined in what file?</p>
<p>2) makeTurret() is called from what file?</p>
<p>3) What would happen if you drew the white rect before the grey circle?</p>
<p>4) There are how many packages (classes) in this project so far?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aloo</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-tower-defense-game-in-as3-part-2/#comment-702</link>
		<dc:creator>Aloo</dc:creator>
		<pubDate>Thu, 09 Apr 2009 15:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1384#comment-702</guid>
		<description>Why is the source code different from the tutorial code? You&#039;d be better off copying the final source and figuring it out yourself. Following this tutorial would cause more problems and waste more time as it doesn&#039;t really teach you the methodology behind the code and pasting the code from this site would just kick up a load of errors.</description>
		<content:encoded><![CDATA[<p>Why is the source code different from the tutorial code? You&#8217;d be better off copying the final source and figuring it out yourself. Following this tutorial would cause more problems and waste more time as it doesn&#8217;t really teach you the methodology behind the code and pasting the code from this site would just kick up a load of errors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

