drag N drop
drag N drop
Out of context: Reply #1
- Started
- Last post
- 1 Response
- unformatted0
clip.onPress = function() {
this.startDrag();
}clip.onRelease = function() {
this.stopDrag();
}
clip.onPress = function() {
this.startDrag();
}
clip.onRelease = function() {
this.stopDrag();
}