Skip to main content
cz37636979
Participant
June 3, 2017
Answered

How to have a movie clip's timeline play while main timeline is stopped.

  • June 3, 2017
  • 1 reply
  • 337 views

Hi,

I am working on a game using HTML5 Canvas in Animate CC.

I want a movie clip's timeline to continuously loop while the main timeline is stopped. In other words, I have a animation of a girl and I want her eyes to blink continuously until the user clicks the "Play" button. Once they hit the Play button, I want the main timeline animation to begin.

I have tried putting a [this.stop();] on frame 1 of the main timeline, but when I test in browser, this stops ALL animation including the movie clip's.

Any suggestions?

Thanks!

    This topic has been closed for replies.
    Correct answer Colin Holgate

    I think you have the movieclip set to be a Graphic.

    1 reply

    Colin Holgate
    Colin HolgateCorrect answer
    Inspiring
    June 3, 2017

    I think you have the movieclip set to be a Graphic.

    cz37636979
    Participant
    June 3, 2017

    Thanks that worked. I set it as a movie clip.