Hello AS3 Wizards,
Need some guidance with a problem that I’m coming up against. Here’s the scenario:
I’ve created a parent MovieClip that, upon rollOver, turns on two MovieClips within its hit area that act as buttons. Imagine a box that you roll over to reveal to clickable options within that box.
So - Obviously the parent box has an event assigned to it. The problem I’m having is that when you rollover the interior buttons - the parent box receives the rollOut event, and the whole thing falls apart! When i set mouseChildren = false, then the interior buttons don’t seem to register any events…
Any thoughts on the best way to approach this?
Thanks in advance!
-marshall