Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/07/2006, 08:23
Avatar de trillofer1986
trillofer1986
 
Fecha de Ingreso: junio-2006
Mensajes: 26
Antigüedad: 17 años, 10 meses
Puntos: 0
Exclamación Problema para "Repetir" pelicula

Hola,
recien estoy iniciandome en esto del Flash. Hice una peliculita trucha y al final le puse un boton para Repetir..... va al primer cuadro y empieza denuevo... pero cuando llega otra vez al ultimo cuadro uno apreta REPETIR y no lo repite otra vez..... solo lo repite esa primera vez....
Alguien me podria ayudar?
Les adjunto el codigo:


// If not defined yet,
if (isLoaded == undefined) {



// When the back button is pressed
backBtn.onPress = function () {
gotoAndPlay(-65);
}




// Call updateFrame at first to get button states correct at start
updateFrame();
}

// Set loaded flag to prevent redefinition
this.isLoaded = true;
stop();


Espero recibir respuesta.
Muchas gracias!!