I have a back button that should take you back from the first frame of one url to the last frame of another. However I can’t figure out how to do this. It always brings you to the beginning.
tried this:
on (release) {
getURL(“about :history.back(-1)”);
}
but this won’t always work because they can get there from a menu so the last thing in the history will be that menu instead of the last page of the section before.
tried this:
if(back == “true”){
gotoAndPlay(27);
}
as the variable that is checked at the start of my movie to see if it was opened from another movie
Well I’ve got a drop down menu that you can use to get from movie to movie. Each movie is made up of 10+ frames each containing a movie clip, continue & back buttons. It’s a training thing with voice overs.
Ok back to my point. The first module needs to be broken up into two parts but it’s already built into one. So the easiest thing would be to change the menu to make it look like it’s two parts but just have a new link that would take them to the middle of the it. (hence, making it look like two parts)
No I just went through it and split it up. I’m showing it off this afternoon so I’ve got to finish it. Wish me luck. And thanks for all your help. This is my first one to ever show.:cowboy: