flash gotoAndPlay(variable);
flash gotoAndPlay(variable);
Out of context: Reply #8
- Started
- Last post
- 10 Responses
- fixate0
sorry everyone it worked.. but i swear it wasn't before.
You can pass vars to it.
here's an exmaple that worked.
//on the frame
nextSlide = "frame_name";//on the button
on (release) {
gotoAndPlay(nextSlide);
}//booyah