I have a simple question. I have made a labyrinth game preloader is in the first scene, first level in the second, and so on. The last scene is just a textbox saying “Congrats! Wanna start over?” and a button. How do I make clicking on the button move the playhead back to scene 2 (level 1). This should be possible, butt all i found are nextScene() and prevScene(), and they only take me one scene forward, or one step back, which is not enough.
I must state that I am using action script 2.0
Thanx, guys, I hope this is not too difficult