<?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: Actionscript Key Listener Tutorial AS3</title>
	<atom:link href="http://blog.circlecube.com/2008/08/tutorial/actionscript-key-listener-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.circlecube.com/2008/08/tutorial/actionscript-key-listener-tutorial/</link>
	<description>Evan&#039;s Interactive Actionscript Exploration</description>
	<lastBuildDate>Fri, 12 Mar 2010 23:36:02 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Nguyen Ho Thanh</title>
		<link>http://blog.circlecube.com/2008/08/tutorial/actionscript-key-listener-tutorial/#comment-1274</link>
		<dc:creator>Nguyen Ho Thanh</dc:creator>
		<pubDate>Tue, 12 Jan 2010 19:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=271#comment-1274</guid>
		<description>I don&#039;t understand that at all. I did exactly like what you&#039;ve shown and it reports error like &quot;1120: Acceess of undefined property &quot;.

what should I put into the property of the movie clip.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand that at all. I did exactly like what you&#8217;ve shown and it reports error like &#8220;1120: Acceess of undefined property &#8220;.</p>
<p>what should I put into the property of the movie clip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WORMSS</title>
		<link>http://blog.circlecube.com/2008/08/tutorial/actionscript-key-listener-tutorial/#comment-1188</link>
		<dc:creator>WORMSS</dc:creator>
		<pubDate>Thu, 27 Aug 2009 06:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=271#comment-1188</guid>
		<description>I was just wondering why you are storing left, right, up &amp; down and not using Keyboard.LEFT, Keyboard.RIGHT, Keyboard.UP &amp; Keyboard.DOWN?</description>
		<content:encoded><![CDATA[<p>I was just wondering why you are storing left, right, up &amp; down and not using Keyboard.LEFT, Keyboard.RIGHT, Keyboard.UP &amp; Keyboard.DOWN?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2008/08/tutorial/actionscript-key-listener-tutorial/#comment-1089</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Sat, 02 May 2009 17:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=271#comment-1089</guid>
		<description>True. I guess I just copied pasted the first if statement, should at least be else ifs, but a switch would be the best for the job. Thanks!</description>
		<content:encoded><![CDATA[<p>True. I guess I just copied pasted the first if statement, should at least be else ifs, but a switch would be the best for the job. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ Cenizal</title>
		<link>http://blog.circlecube.com/2008/08/tutorial/actionscript-key-listener-tutorial/#comment-1088</link>
		<dc:creator>CJ Cenizal</dc:creator>
		<pubDate>Fri, 01 May 2009 19:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=271#comment-1088</guid>
		<description>Nice post!  Thanks for writing this up.  Just a little suggestion though... might be more efficient to replace your multiple if() conditional statements with a switch-case statement inside keyDownListener.  That way you will perform a minimum number of checks every time the listener is called.</description>
		<content:encoded><![CDATA[<p>Nice post!  Thanks for writing this up.  Just a little suggestion though&#8230; might be more efficient to replace your multiple if() conditional statements with a switch-case statement inside keyDownListener.  That way you will perform a minimum number of checks every time the listener is called.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darwin M</title>
		<link>http://blog.circlecube.com/2008/08/tutorial/actionscript-key-listener-tutorial/#comment-944</link>
		<dc:creator>Darwin M</dc:creator>
		<pubDate>Wed, 29 Oct 2008 14:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=271#comment-944</guid>
		<description>Hi Evans,

Great article! It seems like DJC is correct about Mac OS alt(option) key does not respond to the flashplayer. It works with firefox browser, but it does not work in Safari. Is there a way to fix that issue?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Evans,</p>
<p>Great article! It seems like DJC is correct about Mac OS alt(option) key does not respond to the flashplayer. It works with firefox browser, but it does not work in Safari. Is there a way to fix that issue?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJC</title>
		<link>http://blog.circlecube.com/2008/08/tutorial/actionscript-key-listener-tutorial/#comment-892</link>
		<dc:creator>DJC</dc:creator>
		<pubDate>Tue, 02 Sep 2008 00:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=271#comment-892</guid>
		<description>Seems the ALT key is intercepted by the OS or app (Flash, browser, etc) in many cases and thus does not generate an event.</description>
		<content:encoded><![CDATA[<p>Seems the ALT key is intercepted by the OS or app (Flash, browser, etc) in many cases and thus does not generate an event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2008/08/tutorial/actionscript-key-listener-tutorial/#comment-878</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Sat, 02 Aug 2008 15:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=271#comment-878</guid>
		<description>Thanks for pointing that out, Twanneman! My bad... link is fixed now. Enjoy</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out, Twanneman! My bad&#8230; link is fixed now. Enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twanneman</title>
		<link>http://blog.circlecube.com/2008/08/tutorial/actionscript-key-listener-tutorial/#comment-877</link>
		<dc:creator>Twanneman</dc:creator>
		<pubDate>Sat, 02 Aug 2008 09:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=271#comment-877</guid>
		<description>The source file download links to: http://blog.circlecube.com/wp-content/uploads/2008/07/key-listener.flv I think It should be http://blog.circlecube.com/wp-content/uploads/2008/07/key-listener.fla</description>
		<content:encoded><![CDATA[<p>The source file download links to: <a href="http://blog.circlecube.com/wp-content/uploads/2008/07/key-listener.flv" rel="nofollow">http://blog.circlecube.com/wp-content/uploads/2008/07/key-listener.flv</a> I think It should be <a href="http://blog.circlecube.com/wp-content/uploads/2008/07/key-listener.fla" rel="nofollow">http://blog.circlecube.com/wp-content/uploads/2008/07/key-listener.fla</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->