Skip to main content
Participating Frequently
October 29, 2020
Answered

How can i stop a movie clip at the end without script?

  • October 29, 2020
  • 5 replies
  • 562 views

Hi, 

when i test the film, a movie clip repeats itself over and over again on stage. But it should only play once.

How can i stop a movie clip at the end without script?

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer ClayUUID

If it doesn't need to be a movie clip, change its symbol type to graphic and set its loop type to play once.

5 replies

kglad
Community Expert
Community Expert
October 29, 2020

you can't.

 

but if it doesn't need to be a movieclip, use @ClayUUID 's suggestion

if it's movieclip, add this.stop() to it's last frame.

ClayUUIDCorrect answer
Legend
October 29, 2020

If it doesn't need to be a movie clip, change its symbol type to graphic and set its loop type to play once.

reneAdobeAuthor
Participating Frequently
October 29, 2020

I changed its symbol type to graphic and set its loop type to play once. But is still a loop. Why?

The graphic symbol has 15 frames and is in a movie clip. This movie clip is in the main timeline with 60 frames. 

 

Legend
October 29, 2020

You said you changed it to a graphic, then you say the loop is in a movie clip. What statement is the truth?