startDrag();
startDrag();
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- autonoma0
for (i=1; i<4; i++) {
_root["chart"+i].butt.onPress = function() {
startDrag(this._parent,false);
}
_root["chart"+i].butt.onRelease = function() {
stopDrag();
}
}