class Mc_drag extends MovieClip { function init() { this.onPress= function() { this.startDrag(); } this.onRelease= function() { this.stopDrag(); } } }