<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Move with the Mouse, Aim with the Keyboard</title>
	<atom:link href="http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=move-with-the-mouse-aim-with-the-keyboard</link>
	<description>I help people make Flash games</description>
	<lastBuildDate>Thu, 09 Sep 2010 07:23:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Michael Williams</title>
		<link>http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/comment-page-1/#comment-3502</link>
		<dc:creator>Michael Williams</dc:creator>
		<pubDate>Thu, 28 Jan 2010 04:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.michaeljameswilliams.com/?p=725#comment-3502</guid>
		<description>&lt;p&gt;Oh! Hit &lt;em&gt;Disable keyboard shortcuts&lt;/em&gt; in the menu of the Flash player somewhere. I forget where at the moment.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh! Hit <em>Disable keyboard shortcuts</em> in the menu of the Flash player somewhere. I forget where at the moment.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: DudexD</title>
		<link>http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/comment-page-1/#comment-3492</link>
		<dc:creator>DudexD</dc:creator>
		<pubDate>Tue, 26 Jan 2010 15:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.michaeljameswilliams.com/?p=725#comment-3492</guid>
		<description>&lt;p&gt;been looking over it a couple of times, but with no luck ;(&lt;/p&gt;

&lt;p&gt;It maybe be a problem with my program or something because, i get no errors in the log,
but then whe i try to play the game it works fine until i try to shoot with Wasd, 
what happens is that instead of shooting it sets the Focus back to the program itself instead of the game. so when i press wasd it starts changing tools in the tool panel :P
So i will try to do this tut over again, and hopefully it will work then...&lt;/p&gt;

&lt;p&gt;BYT i like the new Design :P&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>been looking over it a couple of times, but with no luck ;(</p>

<p>It maybe be a problem with my program or something because, i get no errors in the log,
but then whe i try to play the game it works fine until i try to shoot with Wasd, 
what happens is that instead of shooting it sets the Focus back to the program itself instead of the game. so when i press wasd it starts changing tools in the tool panel <img src='http://gamedev.michaeljameswilliams.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> 
So i will try to do this tut over again, and hopefully it will work then&#8230;</p>

<p>BYT i like the new Design <img src='http://gamedev.michaeljameswilliams.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Williams</title>
		<link>http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/comment-page-1/#comment-3484</link>
		<dc:creator>Michael Williams</dc:creator>
		<pubDate>Tue, 26 Jan 2010 06:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.michaeljameswilliams.com/?p=725#comment-3484</guid>
		<description>&lt;p&gt;Oh! I thought that not setting WASD to false &lt;em&gt;was&lt;/em&gt; the problem you were talking about!&lt;/p&gt;

&lt;p&gt;Have you had any luck in the past few days?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh! I thought that not setting WASD to false <em>was</em> the problem you were talking about!</p>

<p>Have you had any luck in the past few days?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: DudexD</title>
		<link>http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/comment-page-1/#comment-3473</link>
		<dc:creator>DudexD</dc:creator>
		<pubDate>Thu, 21 Jan 2010 17:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.michaeljameswilliams.com/?p=725#comment-3473</guid>
		<description>&lt;p&gt;HEAWREHAWEH. am I a flash retard or what?&lt;/p&gt;

&lt;p&gt;Even when you told me where the code is wrong is till can&#039;t find it:S&lt;/p&gt;

&lt;p&gt;Tho I found a mistake i&#039;d done in the &quot;public function onKeyRelease&quot;
Forgot to set wasd controls to false:P but since thats not the thing i need to fix, i give up... almost;&lt;/p&gt;

&lt;p&gt;So i tryed to change my onKeyPress function; with urs from the zip file, but its still not working as it should?!?!? it still take the focus away from the game and to the program instead:S:S:S&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>HEAWREHAWEH. am I a flash retard or what?</p>

<p>Even when you told me where the code is wrong is till can&#8217;t find it:S</p>

<p>Tho I found a mistake i&#8217;d done in the &#8220;public function onKeyRelease&#8221;
Forgot to set wasd controls to false:P but since thats not the thing i need to fix, i give up&#8230; almost;</p>

<p>So i tryed to change my onKeyPress function; with urs from the zip file, but its still not working as it should?!?!? it still take the focus away from the game and to the program instead:S:S:S</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Williams</title>
		<link>http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/comment-page-1/#comment-3464</link>
		<dc:creator>Michael Williams</dc:creator>
		<pubDate>Wed, 20 Jan 2010 21:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.michaeljameswilliams.com/?p=725#comment-3464</guid>
		<description>&lt;p&gt;Hey, sure thing -- my email is on the About page.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, sure thing &#8212; my email is on the About page.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: DudexD</title>
		<link>http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/comment-page-1/#comment-3461</link>
		<dc:creator>DudexD</dc:creator>
		<pubDate>Wed, 20 Jan 2010 20:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.michaeljameswilliams.com/?p=725#comment-3461</guid>
		<description>&lt;p&gt;Something really weird happend to my game in the middle of the tut.&lt;/p&gt;

&lt;p&gt;I&#039;m not getting any errors or anything so I got no idea why this is happening.&lt;/p&gt;

&lt;p&gt;if i could send you an E-mail or something with my avoidergame.as  and the swf so you could look at it would be great :P&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Something really weird happend to my game in the middle of the tut.</p>

<p>I&#8217;m not getting any errors or anything so I got no idea why this is happening.</p>

<p>if i could send you an E-mail or something with my avoidergame.as  and the swf so you could look at it would be great <img src='http://gamedev.michaeljameswilliams.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Avoider game tutorial &#8211; Moving with mouse and using speed</title>
		<link>http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/comment-page-1/#comment-2136</link>
		<dc:creator>Avoider game tutorial &#8211; Moving with mouse and using speed</dc:creator>
		<pubDate>Sat, 01 Aug 2009 23:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.michaeljameswilliams.com/?p=725#comment-2136</guid>
		<description>&lt;p&gt;[...] a previous tutorial from Michael James Williams (MJW), you could move the skull with the mouse and aim with the keyboard. In this tutorial we will [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] a previous tutorial from Michael James Williams (MJW), you could move the skull with the mouse and aim with the keyboard. In this tutorial we will [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Fritsch</title>
		<link>http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/comment-page-1/#comment-1543</link>
		<dc:creator>Ramon Fritsch</dc:creator>
		<pubDate>Thu, 28 May 2009 11:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.michaeljameswilliams.com/?p=725#comment-1543</guid>
		<description>&lt;p&gt;great job man. you&#039;re good.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>great job man. you&#8217;re good.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: samuvagyok</title>
		<link>http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/comment-page-1/#comment-1530</link>
		<dc:creator>samuvagyok</dc:creator>
		<pubDate>Thu, 28 May 2009 07:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.michaeljameswilliams.com/?p=725#comment-1530</guid>
		<description>&lt;p&gt;funny :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>funny <img src='http://gamedev.michaeljameswilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Snurre</title>
		<link>http://gamedev.michaeljameswilliams.com/2009/05/28/move-with-the-mouse-aim-with-the-keyboard/comment-page-1/#comment-1529</link>
		<dc:creator>Snurre</dc:creator>
		<pubDate>Thu, 28 May 2009 07:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.michaeljameswilliams.com/?p=725#comment-1529</guid>
		<description>&lt;p&gt;Great! and yes, you will learn, very soon :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great! and yes, you will learn, very soon <img src='http://gamedev.michaeljameswilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>
