Código :
on (keyPress "<Up>") {
}
en un fotograma , ya que si lo escribo en el me ponde que son exclusivos de los MC.
Por otra parte he probado el
Código :
Key.isDown(Key.UP)
pero no me sirve ya que si utilizo un script del tipo
Código :
if(Key.isDown(Key.UP))
if(this.repe==0){
{this.Lcom.gotoAndStop(2); this.repe=1}}
if(Key.isDown(Key.UP)){
if(this.repe==1)
{this.Lcom.gotoAndStop(3); this.repe=2}}
if(Key.isDown(Key.UP)){
if(this.repe==2)
{this.Lcom.gotoAndStop(1); this.repe=0}}
si pulso "Up" una vez me salta directamente al frame 1 i io quiero que
si lo pulsas 1 vez salte alframe 2 si lo pulsas 2 al 3 i ai lo pulsas 3 otra vez al 1.
si alguien tiene alguna idea, que la postee, Muchas gracias
