<?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: Make a Vertical Shooter in AS3 &#8211; Part 2</title>
	<atom:link href="http://www.mrsunstudios.com/2008/08/tutorial-make-a-vertical-shooter-in-as3-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrsunstudios.com/blog/flash/tutorial-make-a-vertical-shooter-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: Zilx</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-make-a-vertical-shooter-in-as3-part-2/#comment-1269</link>
		<dc:creator>Zilx</dc:creator>
		<pubDate>Fri, 14 May 2010 17:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=608#comment-1269</guid>
		<description>is it possible to set it up so that it shoots off of a mouse click instead? cause i have the function being run off of a MOUSE_DOWN mouse event and im haveing it place the bullet (it is exported thoguh action script) where the mouse clicks by saying newBullet.x = mouseX; and same with mouseY any thoughts as to why it wouldnt be working?</description>
		<content:encoded><![CDATA[<p>is it possible to set it up so that it shoots off of a mouse click instead? cause i have the function being run off of a MOUSE_DOWN mouse event and im haveing it place the bullet (it is exported thoguh action script) where the mouse clicks by saying newBullet.x = mouseX; and same with mouseY any thoughts as to why it wouldnt be working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mp</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-make-a-vertical-shooter-in-as3-part-2/#comment-1201</link>
		<dc:creator>Mp</dc:creator>
		<pubDate>Sun, 28 Mar 2010 22:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=608#comment-1201</guid>
		<description>I&#039;m noticing that you can&#039;t move diagonally up-left and shoot at the same time (in the demo here too).  I&#039;m having an analogous problem with something I&#039;m working on- what&#039;s up with that?</description>
		<content:encoded><![CDATA[<p>I&#8217;m noticing that you can&#8217;t move diagonally up-left and shoot at the same time (in the demo here too).  I&#8217;m having an analogous problem with something I&#8217;m working on- what&#8217;s up with that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zak</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-make-a-vertical-shooter-in-as3-part-2/#comment-1178</link>
		<dc:creator>Zak</dc:creator>
		<pubDate>Thu, 11 Mar 2010 02:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=608#comment-1178</guid>
		<description>@Magnus: How did you do it! I have the same issue!

zakkain at gmail.com - please get back to me!</description>
		<content:encoded><![CDATA[<p>@Magnus: How did you do it! I have the same issue!</p>
<p>zakkain at gmail.com &#8211; please get back to me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suza</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-make-a-vertical-shooter-in-as3-part-2/#comment-1107</link>
		<dc:creator>Suza</dc:creator>
		<pubDate>Sun, 03 Jan 2010 15:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=608#comment-1107</guid>
		<description>THANK YOU!!!!!!!!!!!!!!!!!!!
it helps so much!!</description>
		<content:encoded><![CDATA[<p>THANK YOU!!!!!!!!!!!!!!!!!!!<br />
it helps so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShutdownSignal</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-make-a-vertical-shooter-in-as3-part-2/#comment-1002</link>
		<dc:creator>ShutdownSignal</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=608#comment-1002</guid>
		<description>Magnus, could you please tell me what modification you made to your code to let it shout continiously?? =o</description>
		<content:encoded><![CDATA[<p>Magnus, could you please tell me what modification you made to your code to let it shout continiously?? =o</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-make-a-vertical-shooter-in-as3-part-2/#comment-989</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 18 Sep 2009 01:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=608#comment-989</guid>
		<description>If you want to fix the problem where you can&#039;t shoot while moving and the fact that it sometimes shoots more than 1 at a time:

- don&#039;t use the shootAllow variable. Instead created a spaceDown variable and create the bullet in the enter frame function</description>
		<content:encoded><![CDATA[<p>If you want to fix the problem where you can&#8217;t shoot while moving and the fact that it sometimes shoots more than 1 at a time:</p>
<p>- don&#8217;t use the shootAllow variable. Instead created a spaceDown variable and create the bullet in the enter frame function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan Felton</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-make-a-vertical-shooter-in-as3-part-2/#comment-985</link>
		<dc:creator>ryan Felton</dc:creator>
		<pubDate>Tue, 15 Sep 2009 12:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=608#comment-985</guid>
		<description>does this work if the files are stored on a memory stick?</description>
		<content:encoded><![CDATA[<p>does this work if the files are stored on a memory stick?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piater</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-make-a-vertical-shooter-in-as3-part-2/#comment-966</link>
		<dc:creator>Piater</dc:creator>
		<pubDate>Wed, 26 Aug 2009 17:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=608#comment-966</guid>
		<description>Shooting while moving diagonally doesn&#039;t work except for right-up movement. Any idea why it works only in this direction?
I was trying to implement shooting while holding spacebar, however when I hold spacebar th mcMain stops moving diagonally. (again with exception for right-up direction)</description>
		<content:encoded><![CDATA[<p>Shooting while moving diagonally doesn&#8217;t work except for right-up movement. Any idea why it works only in this direction?<br />
I was trying to implement shooting while holding spacebar, however when I hold spacebar th mcMain stops moving diagonally. (again with exception for right-up direction)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-make-a-vertical-shooter-in-as3-part-2/#comment-907</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Wed, 29 Jul 2009 23:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=608#comment-907</guid>
		<description>made a little modification to my code ;)

makes it possible to continue shooting while holding space and moving at the same time :)</description>
		<content:encoded><![CDATA[<p>made a little modification to my code <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>makes it possible to continue shooting while holding space and moving at the same time <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ketchupb</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-make-a-vertical-shooter-in-as3-part-2/#comment-896</link>
		<dc:creator>ketchupb</dc:creator>
		<pubDate>Mon, 20 Jul 2009 09:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=608#comment-896</guid>
		<description>&quot;1190: Base class was not found or is not a compile-time constant.&quot; If you leave an instance of the movie clip on the stage this error comes up.  It&#039;s probably the one you initially created.  Now that bullet is in the library you can delete it.  Otherwise Flash has no clue how to deal with it.  I&#039;m a noob so I don&#039;t know the technicalities behind it, but either way that&#039;s how I solved it.  Yey.</description>
		<content:encoded><![CDATA[<p>&#8220;1190: Base class was not found or is not a compile-time constant.&#8221; If you leave an instance of the movie clip on the stage this error comes up.  It&#8217;s probably the one you initially created.  Now that bullet is in the library you can delete it.  Otherwise Flash has no clue how to deal with it.  I&#8217;m a noob so I don&#8217;t know the technicalities behind it, but either way that&#8217;s how I solved it.  Yey.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

