![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/04/2008, 11:44
|
![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 | |
Re: invertir reproducción Hola elmundoalreves:
En el último frame de la animación coloca éste código:
stop();
stop();
this.onEnterFrame = function() {
if (_currentframe>=1) {
this.prevFrame();
}
};
if (_currentframe == 1) {
delete onEnterFrame();
}
Espero haberte sido de ayuda.
Última edición por Bandit; 04/04/2008 a las 16:54 |