Skip to main content
January 24, 2008
Question

Movieclip in Movieclip

  • January 24, 2008
  • 1 reply
  • 223 views
http://www.flashdersi.com/flash/deneme/onover.zip

I have a movieclip mc1 and in that mc1 another MC mc2.
Now I write a simple MOUSE_OVER event to the outer mc1. But the inner mc2 gets MOUSE_OVER functionality too.
Please look at the file. The inner mc2 should be seen but not receive any mouse event.
How ?
Thanks
This topic has been closed for replies.

1 reply

January 24, 2008
I found it:

mc1.mouseChildren=false;

Thanks anyway...