startDrag();
startDrag();
Out of context: Reply #5
- Started
- Last post
- 7 Responses
- ********0
you wouldn't really need a button either.....
MovieClip.onPress = function{
this.startDrag();
}
you wouldn't really need a button either.....
MovieClip.onPress = function{
this.startDrag();
}