Hey out there;
Here’s the set up: I have a soundtrack movie at level 0. In to and out of that, I load 10 movies to level 1. As movie 1 finishes, you hit a button on its page and you replace movie 1 with movie 2; on and on, up to movie 10.
Note: soundtrack is at level 0 so that it remains uninterrupted as the movies in level 1 come and go.
Problem: on the page of the last movie (movie 10) is a replay button to allow users to replay the entire 10 movie sequence.
But I can't figure out what script to put in the button that will return me ALL THE WAY back to frame 1 of level 0 (the soundtrack level), to restart the whole 10 movie sequence over.
I tried this, reloading the level 0 soundtrack movie…
on (release) {
loadMovieNum(“chpt 7(mirror2)music.swf”, 0);
}
But all i got was a black screen.
I can reload movie 1 of course, but then i get no soundtrack.
Obviously gotoandplay(1) doesn’t take me from movie 10, level 1, back to frame 1, level 0.
This has got to be doable, probably eash right?
If, (god forbid) such a thing is not possible in flash - hitting a replay button in a level 1 movie to return users to frame 1 of a level 0 movie, then can you tell me a workaround?
Thanks
Hoss