Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/02/2011, 16:16
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Respuesta: Como hacer para que la misma animacion se reproduzca hacia atras

Hola andresccccc:
En el último frame de la animación coloca éste código:
Código actionscript:
Ver original
  1. stop();
  2. this.onEnterFrame = function() {
  3.     if (this._currentframe != 1) {
  4.         this.prevFrame();
  5.     } else {
  6.         this.play();
  7.     }
  8.     if (this._currentframe == 1) {
  9.         delete this.onEnterFrame;
  10.     }
  11. };
Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/