pues, lo e probado y me funciona perfectamente, solo le modifique un detallito, aqui el codigo que jala!!
Código PHP:
mcArrastrame.onPress = function():Void{
this.onEnterFrame = function():Void{
mcArrastrame._x = _root._xmouse - mcArrastrame._width/2;
mcArrastrame._y = _root._ymouse -mcArrastrame._height/2;
}
}
mcArrastrame.onRelease = function():Void{
delete this.onEnterFrame;
}