I have the script on each button instance. Is this still the correct syntax for that situation? Also, to what does _level0 refer? Am I better off placing each section in indvidual frames within the same scene? Do I still need the stop code if I am using gotoAndStop? Thank you so much for...
I guess to clarify things . . . it does stop at each scene. It's just that when you push one of the buttons to move to a different section, rather than moving to that section it just goes to the next one in the order that they are listed in the dropdown menue for the list of scenes.
on (release) {
gotoAndPlay("clients", 1);
}
I tried to use gotoAndStop and was unsucessful, so I changed to this and added the stop command in the first frame of each scene (everything is in layers in a single frame of each scene).
I am creating my first flash website for a class portfolio. Each section of my site is in a separate scene. The buttons are suposed to take you to the appropriate section (scene) on release. In stead, they loop through the secnes in the order they are listed in the scene drop-down list. It...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.