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