New Flash Document – 450x350
Insert Blank Key Frames on frames 10, 20, 30, 40, 50
Click on each blank Key Frame and enter the following code into the Actions panel: stop()
You will see an “a” on each key frame if you did this correctly.
Anyplace on frame one enter the text: Cover
Anyplace on frame 10 enter the text: page 1
Anyplace on frame 20 enter the text: page 2
Anyplace on frame 30 enter the text: page 3
Anyplace on frame 40 enter the text: page 4
Anyplace on frame 50 enter the text: page 5
Click on frame 1. Look for the frame label box at the bottom left of the screen. Type in the word cover. Notice the word cover appears on the time line.
Click on frame 10. Type page 1 in the frame label box at the bottom of the screen. Repeat this for frames 20, 30, 40, and 50. They should be labeled page 2, page 3, page 4, and page 5
On frame one click “insert” > “new symbol” > select button. Name it: next_page_btn and press OK
This will bring you to a new screen, this is the screen for creating a button. Draw a small symbol that will be the icon for you next page button. Once you draw the icon notice the 4 frames on the top of the window. Click in each one and press f6. This will but the symbol in all 4 frames. Click on Scene 1 to exit the button editing mode.
Now look for the button in the library to the left. Make sure you are on frame on and then drag the button to the stage.
Select the button and click on the actions panel. Enter the following code:
on (release) {
gotoAndPlay("type the frame label here");
}
Repeat and test.