Skip to main content
Participant
May 2, 2019
Answered

Apply multiple tweens to same symbol / layer.

  • May 2, 2019
  • 1 reply
  • 997 views

I'm trying to make a symbol animate to the left, rest then animate back into its original place. I was trying to do this by creating one classic tween to move it to the left, then another classic tween later in the timeline to move it back but this seems to "break" the first tween and the second never works. How should I be doing this?

This topic has been closed for replies.
Correct answer kdmemory

Short answer: TweenJS Module (of CreateJS):

"The TweenJS Javascript library provides a simple but powerful tweening interface. It .. allows you to chain tweens and actions together to create complex sequences."

If more questions, ask away

Klaus

1 reply

kdmemory
Inspiring
May 2, 2019

Hi meaghano

is this for AS3 oder HTML5?

Klaus

Participant
May 2, 2019

HTML5

kdmemory
kdmemoryCorrect answer
Inspiring
May 2, 2019

Short answer: TweenJS Module (of CreateJS):

"The TweenJS Javascript library provides a simple but powerful tweening interface. It .. allows you to chain tweens and actions together to create complex sequences."

If more questions, ask away

Klaus