[F8] Next/Previous buttons > AS2
Hello,
I am trying to create a sort of book type thing in flash. I would like to have a "next" button that when clicked will go over to the next body of text to be read, as well as a previous button that will go back to what was just read. I would also like a "back to beginning" button.
I know how to do the "gotoAndPlay (1)" type thing on a button. However, would I have to add a new button on each of the text parts? Or can I put it all on the same buttons?
For example: (I know this isn't real code or anything, just trying to describe)
if on text one > got to text two
if on text two > go to text three
if on text nine > go to text ten
if on text ten > go to (end here so next button disabled, or changed to 'back to start')
Let me know,
Infamous D
PS: Using ActionScript 2.0
I too really need this to play a movieclip backwards
Is there a way to "loop" this changePage function to keep stepping back or forward through the frames?