Drag menu in flash
Drag menu in flash
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- bomy_dick0
i've tried that in the movie clip and on the scene.
now the buttons are working ok wut the menu itself is not moving anymore
i've tried a few different things but it won't move
menu.dragButton.onPress = function () {
startDrag(menu.dragButton,false... 1024,560);}
menu.dragButton.onRelease = function () {
stopDrag();
}