Tema: RollOut
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/12/2005, 20:19
Avatar de stock
stock
 
Fecha de Ingreso: junio-2004
Ubicación: Monterrey NL
Mensajes: 2.390
Antigüedad: 19 años, 10 meses
Puntos: 53
mmmmmmmm

asi de rapido se me ocurre que hagas retroceder la aguja del MC de la animacion que hasta el principio, algo asi.......
Código PHP:
boton.onRollOut = function():Void{
   
onEnterFrame = function():Void{
      
animacion.gotoAndStop(animacion._currentFrame -1);
      if(
aniamcion._currentFrame == 0)
          
delete onEnterFrame;
   }

bueno, espero sea de ayuda!

have funnnnnnnnn