Next Button
Next Button
0, right-click on the button, hit F9 and add to the Actions-Button panel: on (release) { gotoAndPlay (2); }
Next scene
NOTE
Labels and actions do not have to go on their own layers. However, it's a good way to stay organized, especially as your movies get more and more complex. I recommend doing it, even if there's only one frame label or only one frame action. I also strongly recommend always using frame labelsdon't use frame numbers. Your ActionScript is less likely to have bugs down the road if you use frame labels.
1.
Open up Scene 2.
2.
3.
Go to the last frame in the movie (40) on the empty button layer.
4.
Insert
Keyframe.
5.
Drag the Backward button and the Forward button to the stage and place them wherever you like.
6.
7.
8.
9.
on(release)
14. on(release)
Test Movie.