Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How can I add extra Movie Clips - AS 3.0

Community Beginner ,
Jan 11, 2016 Jan 11, 2016

I have a code that plays only one new movie clip. I want to add extra movie clips for example it will plays movie1, movie2, movie3 and repeat in a loop.

I only have movie1 on loop with the following code:

var tempMovie1:MovieClip = movie1();

TOPICS
ActionScript
342
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 11, 2016 Jan 11, 2016

You will need to determine when a movieclip has stopped playing.  How that is done depends on how the movieclips are designed.

One way would be to have the movieclips dispatch an event when they end and have a listener assigned for that event so that it can trigger an event handler function that loads the next movieclip.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Jan 11, 2016 Jan 11, 2016
LATEST

.i wish to add timeline effect Flash Professional CC that this timeline effect available on vision flash cs3 .

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines