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 |