Below are two situations which I believe have a similar answer.. I just don't know what that answer is and would love to hear from someone who does.
#1 Control bar movie clip has a rollover event where it maximizes itself on rollover, and minimizes itself on rollout (so as to be unobtrusive). The bar has buttons on it however, that are subject to their own over/out/press events.
#2 A dynamic text box is draggable with onPress, but contains a scroll bar component within its clip to scroll the text.
In each case, when the parent clip (control bar/text box) has its rollover enabled, it seems to override the mouse events of its child objects (control bar buttons/scroll bar). What can I do to have mouse events apply to the parent clips while maintaining the integrity of its child mouse events?
Thanks,
Terwin
#1 Control bar movie clip has a rollover event where it maximizes itself on rollover, and minimizes itself on rollout (so as to be unobtrusive). The bar has buttons on it however, that are subject to their own over/out/press events.
#2 A dynamic text box is draggable with onPress, but contains a scroll bar component within its clip to scroll the text.
In each case, when the parent clip (control bar/text box) has its rollover enabled, it seems to override the mouse events of its child objects (control bar buttons/scroll bar). What can I do to have mouse events apply to the parent clips while maintaining the integrity of its child mouse events?
Thanks,
Terwin