|
Andrei Rinciog [Extend Studio]
post date:
2009-12-14 07:00:25
|
Hello,
You can do that by using a transparent mask movieclip. Just create a movieclip that contains a rectangle for the main menu bar and a transparent rectangle for the place where the submenus will be. Also, select the menu component and convert it to a symbol. Give both movieclips instance names ('menu_mc' for the one with the menu and 'mask_mc' for the other one). Also, make sure you check the "render as bitmap" box for both of them. After that, just put this code on the frame: menu_mc.setMask(mask_mc);
Tell me if you have any questions.
Regards,
Andrei
|
|