stvchez123
Programmer
this one should be super quick. I'm working on page and just my button to go to another frame. here is my button actionscript:
on (press) {
gotoAndPlay(20);
}
but not referring is not performing correctly.
am i missing something?
on (press) {
gotoAndPlay(20);
}
but not referring is not performing correctly.
am i missing something?