Question
Overlapping Buttons
Is there any way to get flash to fire button events for a
button that is underneath something else? I have a popup menu and
right now I have some invisible buttons around it to detect when a
user moves off of the menu and it should be closed. The menu is in
the corner of my movie so the invisible buttons only work well on
two sides of the menu, the other two sides I can move my mouse out
of the flash player and the menu will stay up. I'd like to fix this
by putting an invisible button over top of the menu and just
detecting when the mouse leaves it. I got this to work quite well
except the buttons in the popup menu are no longer clickable and
don't have a rollover effect because they are beneath the invisible
button and no rollOver or any other events will fire for them. If
if put the layer with the invisible button below the layer with the
real buttons, events no longer fire for the invisible button and
the menu never closes. Any suggestions?