hey guys, i’ve made a drop down menu, but now the buttons doesn’t seem to work. al the menu contents are in a movie clip, so they can’t operate over the primary stage. I want to tell the buttons that
on (release) {
loadMovie(“star.swf”, “movies”);
}
// but the “movies” object is in the primary stage,
// and it doesn’t seem to work!
which command did i missed? or which one would help me in this code?
Don’t crosspost Flug. You didn’t need to create a new thread to attach the files with, you could have done it in here. I merged the threads since the other one contained your files.
And your error is in the targeting.
The container clip you are loading to has the instance name of “target” (no quotes).
That syntax doesn’t really make sense. You don’t need the “target” at the end if you are putting the target before the load movie code. There are two ways to write loadMovie code…
Now… onto problem 2. Your buttons aren’t actually clickable. Given the setup of the menu you have here, You have a main invisible button over the content, this button takes all the attention off of the buttons underneith it, so actually your menu items are unclickable.
Syko wrote a tutorial on drop down menus, perhaps you should check that out.
I really thank you, and i’m sorry about the THREAD thing… i don’t really know much about forums, i’m a newbie… but i discovered how to post files, and that sort of things, more than easy… ill check what you are saying, and if it works… I’LL BE REALLY HAPPY!!! :d