Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/06/2005, 08:46
Avatar de stock
stock
 
Fecha de Ingreso: junio-2004
Ubicación: Monterrey NL
Mensajes: 2.390
Antigüedad: 19 años, 9 meses
Puntos: 53
pues mejor Arrastra un MC, y no un boton....

puedes arrastrar el MC asi:

Código PHP:
mcArrastrame.onPress = function():Void{
  
this.onEnterFrame = function():Void{
     
mcArrastrame._x _root._xmouse;
     
mcArrastrame._y _root._ymouse;
  }
}


mcArrastrame.onRelease = function():Void{
  
delete onEnterFrame;

have funn