Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/01/2007, 11:47
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
Re: lectura de película hacia atrás

Hola zorniak:
Crea tus botones: Avanzar y Retroceder.
En el primer botón coloca éste código:
on (release) {
delete _root.onEnterFrame;
_root.play();
}
En el segundo botón:
on (release) {
_root.onEnterFrame = function() {
if (_root._currentframe>1) {
_root.prevFrame();
} else {
delete this.onEnterFrame;
}
};
}

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