<?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: Key events in AS3 and the missing Key.isDown()</title>
	<atom:link href="http://blog.touchmypixel.com/2009/02/key-events-in-as3-and-the-missing-keyisdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.touchmypixel.com/2009/02/key-events-in-as3-and-the-missing-keyisdown/</link>
	<description>Games + Web : Interaction Matters</description>
	<lastBuildDate>Thu, 29 Dec 2011 12:52:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Alex</title>
		<link>http://blog.touchmypixel.com/2009/02/key-events-in-as3-and-the-missing-keyisdown/comment-page-1/#comment-702</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 14 Jul 2011 01:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.touchmypixel.com/?p=24#comment-702</guid>
		<description>o haha oops! i got it to work, thank you so much for creating this. i just had to change function init to something with a different name. like i said, this is new to me. once again thanks a ton!</description>
		<content:encoded><![CDATA[<p>o haha oops! i got it to work, thank you so much for creating this. i just had to change function init to something with a different name. like i said, this is new to me. once again thanks a ton!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.touchmypixel.com/2009/02/key-events-in-as3-and-the-missing-keyisdown/comment-page-1/#comment-701</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 13 Jul 2011 10:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.touchmypixel.com/?p=24#comment-701</guid>
		<description>I must have copied the Keys.as file wrong because i get an error message saying
(A file found in a source-path must have the same package structure &quot;, as the definition&#039;s package, &#039;com.touchmypixel.io&#039;. 
I am fairly new to Actionscript in general and would be extremely grateful if you could find a solution for this. 
Just as another suggestion, i decided to see what would happen without the use of com.touchmypixel.io 
after package in keys.as but a warning pops up pointing to the init function on line 33 saying
overrides Object.init so I though if there was a solution to that it could be a possible alternative.
thanks in advance, and i really appreciate the code you have written. I can imagine it will save me a lot of time if I can ever get it to work.</description>
		<content:encoded><![CDATA[<p>I must have copied the Keys.as file wrong because i get an error message saying<br />
(A file found in a source-path must have the same package structure &#8220;, as the definition&#8217;s package, &#8216;com.touchmypixel.io&#8217;.<br />
I am fairly new to Actionscript in general and would be extremely grateful if you could find a solution for this.<br />
Just as another suggestion, i decided to see what would happen without the use of com.touchmypixel.io<br />
after package in keys.as but a warning pops up pointing to the init function on line 33 saying<br />
overrides Object.init so I though if there was a solution to that it could be a possible alternative.<br />
thanks in advance, and i really appreciate the code you have written. I can imagine it will save me a lot of time if I can ever get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flashyhawk</title>
		<link>http://blog.touchmypixel.com/2009/02/key-events-in-as3-and-the-missing-keyisdown/comment-page-1/#comment-572</link>
		<dc:creator>flashyhawk</dc:creator>
		<pubDate>Fri, 29 Oct 2010 06:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.touchmypixel.com/?p=24#comment-572</guid>
		<description>When i pressing left and down arrows.... and If i press NUMPAD_ENTER without releasing the left and right arrows its not trigger in the swf... why this happened?... can i get the numpad_enter at left and down arrow keys still pressing?...</description>
		<content:encoded><![CDATA[<p>When i pressing left and down arrows&#8230;. and If i press NUMPAD_ENTER without releasing the left and right arrows its not trigger in the swf&#8230; why this happened?&#8230; can i get the numpad_enter at left and down arrow keys still pressing?&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarwin</title>
		<link>http://blog.touchmypixel.com/2009/02/key-events-in-as3-and-the-missing-keyisdown/comment-page-1/#comment-430</link>
		<dc:creator>tarwin</dc:creator>
		<pubDate>Sat, 13 Mar 2010 06:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.touchmypixel.com/?p=24#comment-430</guid>
		<description>Could do, but it&#039;s only FP10 compatible. :P</description>
		<content:encoded><![CDATA[<p>Could do, but it&#8217;s only FP10 compatible. <img src='http://blog.touchmypixel.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Winx</title>
		<link>http://blog.touchmypixel.com/2009/02/key-events-in-as3-and-the-missing-keyisdown/comment-page-1/#comment-429</link>
		<dc:creator>Alex Winx</dc:creator>
		<pubDate>Fri, 12 Mar 2010 21:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.touchmypixel.com/?p=24#comment-429</guid>
		<description>Hi
Vector (static with 256 size) instead of Array(dynamic) would speedup the code.
regards</description>
		<content:encoded><![CDATA[<p>Hi<br />
Vector (static with 256 size) instead of Array(dynamic) would speedup the code.<br />
regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarwin</title>
		<link>http://blog.touchmypixel.com/2009/02/key-events-in-as3-and-the-missing-keyisdown/comment-page-1/#comment-113</link>
		<dc:creator>tarwin</dc:creator>
		<pubDate>Tue, 17 Feb 2009 14:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.touchmypixel.com/?p=24#comment-113</guid>
		<description>Thanks, I&#039;d actually not seen this lib before. Looks like some great stuff here - http://casalib.org/ if anyone else wants to check it out.

Our class is a little different as its great to be used as a keyboard playback device. Also, the static key references as much as they might be bad programming practice are great time savers.

I do like that CasaLib though! Thanks! :)</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;d actually not seen this lib before. Looks like some great stuff here &#8211; <a href="http://casalib.org/" rel="nofollow">http://casalib.org/</a> if anyone else wants to check it out.</p>
<p>Our class is a little different as its great to be used as a keyboard playback device. Also, the static key references as much as they might be bad programming practice are great time savers.</p>
<p>I do like that CasaLib though! Thanks! <img src='http://blog.touchmypixel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stereotyp</title>
		<link>http://blog.touchmypixel.com/2009/02/key-events-in-as3-and-the-missing-keyisdown/comment-page-1/#comment-112</link>
		<dc:creator>stereotyp</dc:creator>
		<pubDate>Tue, 17 Feb 2009 14:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.touchmypixel.com/?p=24#comment-112</guid>
		<description>the Key class in the casalib is also a good way to solve this problem</description>
		<content:encoded><![CDATA[<p>the Key class in the casalib is also a good way to solve this problem</p>
]]></content:encoded>
	</item>
</channel>
</rss>

