Okay, so you make the forward and back buttons.
Then you make the slideshow, put the slide show into one big movieclip, and give that movieclip an instance name. Then use the following code to activate the buttons.
- Code: Select all
on (release) {
_root.billy.nextFrame();
}
- Code: Select all
on (release) {
_root.billy.prevFrame();
}