Hi
I’ve made theese RollOver buttos, and they work very well. I followed a video tutorial on gotoandlern.com. “Creating Animated Buttons”.
But now im going add some actions to the buttons, so when you click on them, it takes you to another frame on the timeline.
I cant figure out whats wrong. On the button ive added this action:
on (release) {
gotoAndPlay(2);
}
And when I click on the button, nothing happens. I’ve added “stop();” to frame 2 , so thats not the problem. Whats wrong? Where do I put the code?
Thanks!