Comunidad de diseño web y desarrollo en internet online

Evento del boton atras y menú en AS3

Citar            
MensajeEscrito el 16 Sep 2013 07:52 pm
Pues eso, el título lo dice todo, como de llama el evento que normalmente se utiliza para tirar atrás en los smartphones (la típica flecha atrás) y la que está al lado opuesto de la pantalla, la que normalmente utilizamos para abrir un menú dentro de la app.

Muchas gracias de antemano :D

Por wizmwe

1 de clabLevel



 

chrome
Citar            
MensajeEscrito el 17 Sep 2013 07:43 pm
Supongo que te refieres al back en los OS Android, algo asi

Código ActionScript :

NativeApplication.nativeApplication.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown, false, 0, true)

protected function onKeyDown(event:KeyboardEvent):void
{
   if( event.keyCode == Keyboard.BACK )
   {
      event.preventDefault();
      event.stopImmediatePropagation();
      //hacer algo
   }
}


Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.