my_mc.onPress = function(){ this.startDrag(false); } my_mc.onRelease = function(){ this.stopDrag(); }