Hello. I have three frame labels, a, b and c each with different data and three buttons a_btn, b_btn and c_btn. The frames with the data are on one layer and the buttons on another. I also have an actions layer that has a stop action set for the duration of the other layers.
I select a_btn and type in the following actionscript:
on (release) {
gotoAndStop ("a");
}
When I test this it doesn't work. I have also tried entering the frame number that the data starts at as opposed to the frame label.
Any suggestions as to what I am doing wrong?
Thanks.
dtk3
I select a_btn and type in the following actionscript:
on (release) {
gotoAndStop ("a");
}
When I test this it doesn't work. I have also tried entering the frame number that the data starts at as opposed to the frame label.
Any suggestions as to what I am doing wrong?
Thanks.
dtk3