Home  >  Article  >  Software Tutorial  >  How to make the slide show play next in flash cs4

How to make the slide show play next in flash cs4

WBOY
WBOYforward
2024-01-06 21:34:06612browse

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

  1. Create the slideshow:

    • Open Flash CS4 and create a new Flash file.
    • Place each slide on a different frame.
  2. Now let’s open the action editor and learn about the specific puzzle-solving methods.

    • Select the last frame of each slide.
    • Open the "Window" menu and select "Action" to open the action editor.
  3. Write ActionScript code:

    • In the Action Editor, use the following 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.
  4. Test the effect:

    • Click the "Control" menu in Flash and select "Test Movie" to see the effect .
  5. Save the file:

    • After confirming that the effect is correct, save the Flash 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:

  1. Individual differences:

    • The post-90s generation has a large group and large individual differences. Non-mainstream views vary depending on personal growth environment, interests and hobbies.
  2. Acceptance and respect:

    • Some people born in the 1990s are open to non-mainstream culture and believe that multiculturalism enriches Society, respect everyone’s aesthetic choices.
  3. Entertainment and Expression:

    • Some post-90s generation regard non-mainstream as a way of entertainment and expression of individuality means to find a sense of identity by following non-mainstream cultures.
  4. Aesthetic diversity:

    • With the development of society, aesthetic concepts are gradually diversified, and some people born in the 90s are willing to try different Focus on mainstream aesthetic experience and pursue personalization.
  5. Negative comments:

    • Other post-90s generations may have a negative view of non-mainstream, thinking that they are too flamboyant or inconsistent with traditional values.

Summary:

  1. 1. To implement a slideshow in Flash CS4 and then play the next one, you can use ActionScript Write the corresponding code to achieve the loop playback effect.
  2. 2. The post-90s generation’s views on non-mainstream content vary depending on individual differences, including acceptance and respect, viewing it as a means of entertainment and expression, and pursuing aesthetic diversity, etc. Different individuals have different opinions.

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!

Statement:
This article is reproduced at:docexcel.net. If there is any infringement, please contact admin@php.cn delete