hey, i am making a flash website have just made a nav bar with a selection of buttons that direct to different scenes that hold their pages, everythins was going fine then suddenly when i test the movie it just restarts the flash movie whenever i click any of the buttons
im using the following type of coding
on (release) {
gotoAndPlay("scene 6",1);
}



