Please refer to the image of the timeline below before reading. The website has seven buttons, scene 1 has the preloader, and then the seven pages are on 5, 10, 15, 20, 25, 30, and 35, with stop actions on each.
I made 7 buttons inside a movie, and they are programmed to move the _root timeline when clicked. That all works fine, but if you click the same button twice, it will advance to the next page. To try and fix the error, I would put a gotoAndPlay(5), or the number of the previous scene where the current page lives in hopes it will send it back to the main page. But it doesn't, while looking at the Bandwidth profiler, I can see it is just blowing over that AS an moving to scene 10, which would be the next page.
Here is the code I used in the buttons...
_root.links.home.onPress = function(){
_root.gotoAndPlay("home");
}
the links are all contained in a movie clip with an instance name of "links", the home link button is instance named "home", and you can see in the attached pic, I labeled the _root timeline "home", "news", "music", etc...
Also, the client mentioned something about the font on the buttons ONLY on the home page is a little faint or faded. But Im using the same movie clip for every page of the site?
Let me know please,
Thanks as always
