
06/08/2004, 09:36
|
 | Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 23 años Puntos: 177 | |
stop();
segundos = 5;
espera = function () {
gotoAndPlay("xfotograma");
clearInterval(a);
};
a = setInterval(espera, segundos*1000); |