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

Apply multiple tweens to same symbol / layer.

New Here ,
May 02, 2019 May 02, 2019

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?

897
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

correct answers 1 Correct answer

Advocate , May 02, 2019 May 02, 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

Translate
Advocate ,
May 02, 2019 May 02, 2019

Hi meaghano

is this for AS3 oder HTML5?

Klaus

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
New Here ,
May 02, 2019 May 02, 2019

HTML5

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
Advocate ,
May 02, 2019 May 02, 2019
LATEST

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

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