Home >Software Tutorial >Office Software >How to make the slide show play next in flash cs4
First of all, in Flash CS4, if you want the slide to play next, you can follow the steps below: 1. Open the Flash CS4 software and import the slideshow. 2. Select the first slide on the Stage panel. 3. On the Properties panel, find the Transition tab and expand it. 4. In the Transition tab, select the Continue option. 5.
In Flash CS4, when making a slideshow, you can use ActionScript to achieve the effect of playing the next slide. Here are some suggested steps: 1. First, open the Flash CS4 software and create a new FLA file. 2. Create every image or content for your slideshow. Make sure each image or content is on a different keyframe. 3. Select the keyframes of the first slide on the timeline and open the Actions panel. 4. In the Actions panel, enter the following ActionScript code: ``` stop(); ``` This will
Create the slideshow:
Now let’s open the action editor and learn about the specific puzzle-solving methods.
Write ActionScript code:
stop(); if (currentFrame == totalFrames) { gotoAndPlay(1); } else { nextFrame(); }of this code The function is that if the current frame is the last frame, jump to the first frame and play again, otherwise play the next frame.
Test the effect:
Save the file:
2. How do we, the post-90s generation, view the non-mainstream?
The views of the post-90s generation on the non-mainstream vary from person to person, but Generally speaking, it can be summarized as the following points:
Individual differences:
Acceptance and respect:
Entertainment and Expression:
Aesthetic diversity:
Negative comments:
Summary:
The above is the detailed content of How to make the slide show play next in flash cs4. For more information, please follow other related articles on the PHP Chinese website!