Hello, I am trying to create a drop down menu in flash MX that will give users the option of swithing to a different scene within the same movie.
Using this tutorial as a base
I have built a menu, and the drop down effect works just fine.
Also using the actionscript for buttons in the menu to direct the user to a new URL works great. But when I try to attach an action script to a button to make it go to a new scene within the movie, nothing... nada...el zippo.
So is it possible to do sucha a thing?
the script attached to the button looks like this
on (press) {
gotoAndPlay("stroke ps", "1");
}
Using this tutorial as a base
I have built a menu, and the drop down effect works just fine.
Also using the actionscript for buttons in the menu to direct the user to a new URL works great. But when I try to attach an action script to a button to make it go to a new scene within the movie, nothing... nada...el zippo.
So is it possible to do sucha a thing?
the script attached to the button looks like this
on (press) {
gotoAndPlay("stroke ps", "1");
}