![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/04/2006, 11:45
|
![Avatar de Bandit](http://static.forosdelweb.com/customavatars/avatar36355_1.gif) | Moderador | | Fecha de Ingreso: julio-2003 Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 21 años, 7 meses Puntos: 406 | |
Hola Curiel:
Coloca éste código donde attachas el clip.
this.attachMovie("clip", "clip1", 1);
segundos = 5;
espera = function () {
removeMovieClip("clip1");
clearInterval(a);
};
a = setInterval(espera, segundos*1000);
Espero haberte sido de ayuda. |