<?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 4</title>
	<atom:link href="http://www.mrsunstudios.com/2009/02/tutorial-create-a-tower-defense-game-in-as3-part-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrsunstudios.com/2009/02/tutorial-create-a-tower-defense-game-in-as3-part-4/</link>
	<description>All about Design, Programming and Game Development.</description>
	<lastBuildDate>Sat, 09 Jan 2010 07:45:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eMVy</title>
		<link>http://www.mrsunstudios.com/2009/02/tutorial-create-a-tower-defense-game-in-as3-part-4/comment-page-1/#comment-874</link>
		<dc:creator>eMVy</dc:creator>
		<pubDate>Thu, 02 Jul 2009 08:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1439#comment-874</guid>
		<description>If your enemies are not being destroyed then add this code to &quot;Enemy.as&quot;:

			if(this.health &lt;= 0)
			{
				destroyThis();
			}</description>
		<content:encoded><![CDATA[<p>If your enemies are not being destroyed then add this code to &#8220;Enemy.as&#8221;:</p>
<p>			if(this.health &lt;= 0)<br />
			{<br />
				destroyThis();<br />
			}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
