Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
war_mice webforumsuser@macromedia.com #1
Re:Drop-down menu, how to make one? Anybody?!
Yeah, well, what's the problem ? You want the entire code or what ? Are you having problem with anything at all ?
I recommend you to have a seperated movie clip for the drop down menu. So when you click the drop down, it jumps to a different label on the timeline where it shows the menu movie clip. On that movie clip, you may have all of your buttons aligned on it. Then, I would not reload the entire movie, but instead I would assign a different value to a variable to memorize which button has been clicked, and load the textfile into another movie clip (for example TextContent) on the main movie. Something like:
ex: BUTTON_5 (located into _root.DropDown movieclip)...
on (release) {
_root.variable = "Button5";
tellTarget("TextContent") {
gotoAndPlay("Start")
// 2nd frame labelled Start
}
}
TextContent: 2nd frame actionscript...
if (_root.variable == "Button5") {
loadMovie("Button5.swf",Emptymovieclip);
// Emptymovieclip is any movie clip you've created and placed into TextContent movieclip
}
Well, I'm not sure if that helped, it seems pretty confusing, but anyway, I hope you can get something out of my explanations ;P
ø|i
war_mice webforumsuser@macromedia.com Guest
-
How to make a drop dpwn menu on rollover?
I am trying to make a menu that will drop down upon rollover of the mouse, and i want to be highlighted for each thing on the menu when I hover over... -
How do I build Drop Down menu using Menu magic with Database result
Hi Every One. I resently purched Menu Magic Dropdown System. I would like to list my database content like news( few sentense with link ), Authers... -
I don't know how to make a drop down menu, HELP!
There are several answers to that question :-) Do you want the quick easy way or the more efficient way? The quick and easy can be done using the... -
Drop Down Menu vs Mac
Hello to everyone, My question is quite simple : Are the Drop Down Menus built with Fireworks are fully Mac compatible or what are the solution to... -
How do i make a drop down
I have the links that slide out but i want when you hover over a certain link like "links" another box comes down below it with more links like...



Reply With Quote

