<?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: Avanzar y retroceder usando el teclado</title>
	<atom:link href="http://www.4pley.com/2008/01/23/avanzar-y-retroceder-usando-el-teclado/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.4pley.com/2008/01/23/avanzar-y-retroceder-usando-el-teclado/</link>
	<description>about me ñ_ñ</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:22:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bleend</title>
		<link>http://www.4pley.com/2008/01/23/avanzar-y-retroceder-usando-el-teclado/comment-page-1/#comment-1003</link>
		<dc:creator>Bleend</dc:creator>
		<pubDate>Thu, 24 Jan 2008 00:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://pley.la100rra.com/archives/22#comment-1003</guid>
		<description>Joder, pley, usar un EnterFrame para eso?? Es algo rebuscado, es como poner un loop infinito casi... XD Está todo el rato haciendo eso. :ownz:</description>
		<content:encoded><![CDATA[<p>Joder, pley, usar un EnterFrame para eso?? Es algo rebuscado, es como poner un loop infinito casi&#8230; XD Está todo el rato haciendo eso. <img src='http://www.4pley.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> wnz:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.4pley.com/2008/01/23/avanzar-y-retroceder-usando-el-teclado/comment-page-1/#comment-1002</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 23 Jan 2008 19:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://pley.la100rra.com/archives/22#comment-1002</guid>
		<description>Gracias Rzo, modificare el post y pondre una muestra de como resultos ^^, gracias nuevamente</description>
		<content:encoded><![CDATA[<p>Gracias Rzo, modificare el post y pondre una muestra de como resultos ^^, gracias nuevamente</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otaku RzO</title>
		<link>http://www.4pley.com/2008/01/23/avanzar-y-retroceder-usando-el-teclado/comment-page-1/#comment-1001</link>
		<dc:creator>Otaku RzO</dc:creator>
		<pubDate>Wed, 23 Jan 2008 17:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://pley.la100rra.com/archives/22#comment-1001</guid>
		<description>no creo q usar onEnterFrame venga bien, mejor usa esto:
[code]
var listKey:Object = new Object();
listKey.onKeyDown = function () {
  switch (Key.getCode()) {
    case Key.LEFT:
      //izquierda
    break;
    case Key.RIGHT:
      //derecha
    break;
  }
}
Key.addListener(listKey);
[/code]
la logica es la misma solo que en vez de onEnterFrame usas directamente al clase Key.</description>
		<content:encoded><![CDATA[<p>no creo q usar onEnterFrame venga bien, mejor usa esto:<br />
[code]<br />
var listKey:Object = new Object();<br />
listKey.onKeyDown = function () {<br />
  switch (Key.getCode()) {<br />
    case Key.LEFT:<br />
      //izquierda<br />
    break;<br />
    case Key.RIGHT:<br />
      //derecha<br />
    break;<br />
  }<br />
}<br />
Key.addListener(listKey);<br />
[/code]<br />
la logica es la misma solo que en vez de onEnterFrame usas directamente al clase Key.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

