![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/08/2004, 09:36
|
![Avatar de DragonX](http://static.forosdelweb.com/customavatars/avatar20953_8.gif) | Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 8 meses Puntos: 177 | |
stop();
segundos = 5;
espera = function () {
gotoAndPlay("xfotograma");
clearInterval(a);
};
a = setInterval(espera, segundos*1000); |