Ok. I have this button. I want it to goto frame 15. I make the button. I goto behaviors. I set it so
on (release) {
//Movieclip GotoAndPlay Behavior
this.gotoAndPlay("15");
//End Behavior
}
For some reason, when you test it, it doesnt work. Any suggestions?
Thanks