Making mc's clickable

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?

Have you tried:

YourTopMC.mouseEnabled = false;

?

hth