Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/12/2004, 10:07
femfesta
 
Fecha de Ingreso: marzo-2004
Mensajes: 13
Antigüedad: 20 años, 1 mes
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)
			
		
	}
}