Thread: MaskMenu
View Single Post

  #18 (permalink)  
Old 29-08-08, 06:57
flowmatic007 flowmatic007 is offline
Junior Member
 
Join Date: Apr 2008
Posts: 18
Rep Power: 0
flowmatic007 is on a distinguished road
Re: MaskMenu

Yes, this was a challenge for me too but I found out how. Open Main.as then on line 32: add the appropiate link to the website url(address) where you would like the user to go to. The corresponding menu items are on the above line (line 31) above it:

For example:
31:menu_array=new Array(menu_mc.item1_mc,menu_mc.item2_mc, and so on.
32:links_array=new Array('http://yourwebsiteurl.com', 'http://yourweburl.com, . . . and so on

mc_menu.item1=home (or whatever you have it labeled)
mc_menu.item2=services(or whatever you have it labeled) These correspond to the libray items in the fla file.

Hope this helps.

Last edited by flowmatic007; 29-08-08 at 07:00..
Reply With Quote