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