27/02/2003, 12:56
|
| Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 5 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: |