PDA

View Full Version : making mc's clickable



Alber Kidd
May 19th, 2008, 07:07 PM
I have a movieclip over another. The one on top is semi transparent but I cannot click the mc under it.

The mc is not a child so mouseChildren does not work, is there a way to do this?

hasch2o
May 19th, 2008, 10:05 PM
Have you tried:

YourTopMC.mouseEnabled = false;

?

hth