Should be possible. See what the event.target is and make sure it also has mouseEnabled=false. Also mouseChildren flag is important.
Alex Harui Flex SDK Developer Adobe Systems Inc.<http://www.adobe.com/> Blog: http://blogs.adobe.com/aharui From: [email protected] [mailto:[email protected]] On Behalf Of alekseyvays Sent: Monday, July 27, 2009 2:49 PM To: [email protected] Subject: [flexcoders] Mouse events and overlapping movie clips If two or move movie clips overlap, everything underneath the top movie clip does not seem to receive mouse events. I tried many things, including setting ".mouseEnabled = false;" on the top movie clip and its constituents, but it still eats up all mouse interaction. Is there a way around this? Listening to all mouse events and using hitTest is not an option in my case. Please help.

