Hi I am new to Flash and I am creating a slide presentation that can be used for elearning. I have created 8 slides to start with and placed two buttons on each slide to go backward and forward. However; when I run the show although the buttons depress when pushed the slides do not change. Can anyone suggest what I have done wrong. I changed the buttons to symbols and inserted the following Code:
//previous button
on(press) {nextFrame();}
//next button
on(press) {prevFrame();}
//previous button
on(press) {nextFrame();}
//next button
on(press) {prevFrame();}