Saturday, September 20, 2008

Flash movieClip drag

this.onPress = function() {
startDrag(this);
}

this.onRelease = function() {
stopDrag();
}

this.onReleaseOutside = function() {
stopDrag();
}

No comments: