
Flash Player 7 + TheSpringBox V1
Widget.stopDrag() : Void;
None.
Nothing.
Method; used to activate dragging of the widget wrapper. It is recommended you execute this method inside the onPress of an invisible button
The button in this example stops the dragging of the window when released.
btnDrag.onRelease = function() {
Widget.stopDrag();
};
Widget.startDrag()