I went through the “Basic” drop down menu tutorial, and got to the end only to find out the tutorial didn’t tell how to assign links to the buttons that pop up (drop down)? I have a multi-scene site that I need the pop up buttons to take me to other scenes. How could this NOT be in the tutorial? Otherwise it’s just a pop-up paperweight
Assuming that you’ve already turned them into buttons: Select a button and open the Actions panel (F9), type this in:[AS]on (release) {
_root.gotoAndStop(“FrameLabel”);
}[/AS]I don’t recommend using scenes but if you must, use frame labels to target them.
I have frame labels in the first frame of all scenes, tried labels in just the Home page timeline (but removed duplicate labels as I went through the process) … my “portfolio button” has a drop down (technically pop-up) buttons (print, interactive, etc.) are embedded in a “ddmenu” MC with actions applied to each of them within the clip. Once the clip is in the main timeline the links don’t work. head scratch Nothing is mentioned on how to accomplish the “rest” of this technique in the Kirupa Basic MX Dropdown menu tut…
so … basically … it works, but the sub buttons don’t take you anywhere.
( I’m a pixel pusher and not a coder, but am slowly seeking actionscript nirvana…)
It sounds like the problem might be regarding levels.
Try inserting _root. into your script like the script that I gave you earlier. This will take you back to the main timeline, when the button is pressed.