Hey everyone,
I am absolutely stuck on this problem.
I have a button that contains some other objects that can possibly overlap onto another button near it. Even though the textfield and the circle are mouseEnabled=false, it stops the MouseEvent.CLICK from responding to events on the right button when the mouse is over either the textfield or the circle.
The only thing that actually seems to allow events to pass through those areas is if it set them to visible=false, which isn’t an option.
Does anyone have any ideas? Attached the example fla.
Thanks very much!