Ver Mensaje Individual
  #5 (permalink)  
Antiguo 11/05/2008, 11:40
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: No se detiene película al "rolloverear" el botón que la reproduce!

Hola migatomola:
Coloca el código así:
on(rollOver){
this.onEnterFrame = function() {
this.gotoAndStop(this._currentframe-1);
}
}
on(rollOut){
delete onEnterFrame;
}

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