If statement to go to a frame
it has been a while since i have been in Flash and I am trying to make an if statment for a button called "next_btn" i am sure i am doing the code wrong, but i want a movie clip called "audio_par1_mc" to go to frame one if the user clicks on the button what would be the code to make "audio_par1_mc" go to frame one if the button is clicked?
would it be something like this?
if (next_btn.CLICK) {
audio_par1_mc.gotoAndStop(1);
}
