Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/02/2003, 12:56
Avatar de DragonX
DragonX
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 21 años, 10 meses
Puntos: 177
Código:
Keyframe 1
if (inicio=undefined) {
            inicio = getTimer();
}
tiempo = getTimer();
lapso = tiempo-inicio;

Keyframe 2:
//30000=1 minuto

if (lapso>=30000) {
            inicio = undefined;
            gotoAndPlay(al frame que quieras ir);
} else {
            prevFrame();
}
espero que te sirva!!!

:cantar: salu2 :cantar: