Flash, buttons won't work while dragging MC
Flash, buttons won't work while dragging MC
Out of context: Reply #26
- Started
- Last post
- 29 Responses
- Xentic0
well, what I have is this pretty simple set up.
One horizontal MC with a few buttons inside of it. On this MC I have the following code:
onClipEvent (enterFrame) {
startDrag(_root.menu,true,45,10...
}that's pretty much it.
The menu is following the mouse when I'm in that area... but I can't click on the buttons inside of the menu MC.