mc1.onPress = function () { this.startDrag (); }; mc1.onRelease = function () { this.stopDrag (); }; mc1.onReleaseOutside = mc1.onRelease;