Flash drag MC question
Flash drag MC question
Out of context: Reply #1
- Started
- Last post
- 28 Responses
- unknown0
First of all let me comment about the design of the piece:
Just hope that EngageStudio doesn't see that, cause he'll sue your ass for design rip..
In regards to your drag problem, if you are using AS onPress method on a MC and a button the MC method will always come first and the button will not work. I assume that you used onPress method on the background and the button object for the draggable menu. If this is the case, that's why. the MC onPress method is primary and kils all button on(Press) events.