Go Back   OXYLUS Flash Board > Support > Flash Menus > Two Levels Menu 06

Reply
 
LinkBack Thread Tools Display Modes
Old 01-06-2009, 09:29 PM   #1 (permalink)
Junior Member
 
Join Date: Jan 2009
Posts: 4
Default enableing the main menu links while still keeping the sub menus intact

Hello,

Great menu, but how do I enable the main menu links while still keeping the sub menus intact? Seems like that would have been a given with any menu.. If I create a menu item with sub menus it wont let the main menu item become a link unless I disable the sub menus. If you could point me in the right direction that would be great. I have many more projects in the works.

Thanks for all the support.
timothyjamesreed is offline   Reply With Quote
Old 01-07-2009, 02:18 PM   #2 (permalink)
Junior Member
 
Join Date: Jan 2009
Posts: 4
Default

If I could get some idea's (support) that would be great otherwise I will have to scrap the whole menu and replace it with a new one.

Thanks,
timothyjamesreed is offline   Reply With Quote
Old 01-08-2009, 12:15 PM   #3 (permalink)
OXYLUS Staff
 
Razvan's Avatar
 
Join Date: May 2008
Posts: 1,266
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by timothyjamesreed View Post
Hello,

Great menu, but how do I enable the main menu links while still keeping the sub menus intact? Seems like that would have been a given with any menu.. If I create a menu item with sub menus it wont let the main menu item become a link unless I disable the sub menus. If you could point me in the right direction that would be great. I have many more projects in the works.

Thanks for all the support.
Hello Timothy.
In order to do what you want you must go to button.as, copy line 218 ( getURL(node.attributes.url, node.attributes.target); ) and paste it on line 224.
After this you should have something like:

if (subMenuPresent == 1)
{
getURL(node.attributes.url, node.attributes.target);
main.currentSubMenuAuxiliar = this;
deactivate();
}

save button.as and compile the .fla.

All the best, Razvan
Razvan is offline   Reply With Quote
Old 01-08-2009, 07:13 PM   #4 (permalink)
Junior Member
 
Join Date: Jan 2009
Posts: 4
Default

Great I'll test it out and post my findings.....

Thanks,
Tim
timothyjamesreed is offline   Reply With Quote
Old 01-08-2009, 07:47 PM   #5 (permalink)
Junior Member
 
Join Date: Jan 2009
Posts: 4
Default

looks like the main bar (with a sub bar) acts as link when clicked but you cannot see the menu names..... Any suggestions? Thanks.

http://www.paulascott.net/menu1.png
timothyjamesreed is offline   Reply With Quote
Old 02-10-2009, 08:07 AM   #6 (permalink)
OXYLUS Staff
 
Razvan's Avatar
 
Join Date: May 2008
Posts: 1,266
Send a message via Skype™ to Razvan
Default

Please upload the problem to a server.
Razvan is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:29 AM.