Flash startDrag()
Flash startDrag()
Out of context: Reply #3
- Started
- Last post
- 11 Responses
- slappy0
Because your whole movieclip is becoming the button. Put another movieclip with drag area inside your draggable movieclip and use that to initiate the startDrag?
target.dragTargetMC.onPress = function () {
startDrag(_parent);
}
or something to that effect, I cant be arsed opening flash.