 
			
				31/08/2002, 11:07
			
			
			     |  
      |    |    |    Fecha de Ingreso: junio-2002  
						Mensajes: 61
					  Antigüedad: 23 años, 4 meses Puntos: 0     |        |  
  |      Re: Scripts para teclado        Ya tembién lo intenté así y no me salió, ¿porqué?, del mouse ni idea tengo, alguien que me pueda ayudar?????         
onClipEvent(keyDown) { 
	if (Key.getCode() == Key.RIGHT) { 
_parent.nextFrame(); 
	} else if (Key.getCode() == Key.LEFT){ 
		_parent.prevFrame(); 
	} 
}               |