i have a flash movie with several layers. one of the layers is called slides and has 17 frames, each frame is labeled starting with frame1 to frame17. when i label the frames a little red flag appears in the time line in the frame. each of these frames displays a text box with text in it. i created a new layer called navigation. on this layer i put three buttons to jump to certain frames in the movie.
i am using the following actionscript for each button:
onClipEvent (load) {
gotoAndStop("Scene 1", "frame7"
;
}
but when i test the movie nothing happens. i tried putting the buttons directly onto the slides layer but nothing happen when i do this either.
i am using the following actionscript for each button:
onClipEvent (load) {
gotoAndStop("Scene 1", "frame7"
}
but when i test the movie nothing happens. i tried putting the buttons directly onto the slides layer but nothing happen when i do this either.