04/12/2004, 10:07
|
| | Fecha de Ingreso: marzo-2004
Mensajes: 13
Antigüedad: 20 años, 7 meses Puntos: 0 | |
perdón Este es el bueno:
Código:
function retard(){
fin = 0;
_root.onEnterFrame = function() {
segundos=0;
retardo =3;
segundos = int(getTimer()/1000);
if (retardo>fin) {
fin = segundos;
} else {
this["quad_"+aleatori()].gotoAndPlay(2)
}
}
|