Ver Mensaje Individual
Antiguo 15-may-2008, 11:32   #2 (permalink)
Bandit
Colaborador
Bandit llegará a ser famoso muy prontoBandit llegará a ser famoso muy pronto
 
Avatar de Bandit
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 11.619
Re: Linea del Tiempo

Hola ajgbcool:
Crea un MC y en la capa 1 del frame 1 al 30 por ejemplo haz tu animación con Interpolación de movimiento.
Crea la capa 2 en el frame 1 coloca éste código;
function alReves() {
this.onEnterFrame = function() {
if (this._currentframe>1) {
this.prevFrame();
} else {
delete this.onEnterFrame;
play();
}
};
}
En el frame 30:
stop();
alReves();

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/
Bandit está desconectado   Responder Citando