
Flash Player 7 + TheSpringBox V1
Widget.startDrag() : 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 function in this example sets the size of the widget wrapper the 200x300.
btnDrag.onPress = function() {
Widget.startDrag();
};
Widget.stopDrag()