Creative FL Menus Pack Forum


box Creative FL Menus Pack
Creative FL Menus Pack is a package that contains the following products bundled at a special price: Creative FL Dropdown Menu, Creative FL Vertical Menu, Creative FL Tabbed Menu.

Find out more about Creative FL Menus Pack

Thread: Flash Vertical SuibMenu BG Alpha

title left
User Details
message
title right
Kent Durk

post date:
2009-12-12 12:40:53
Is there a way to set the background transparency level of the submenus?


Thanks!
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