Swing tween
« on: August 19, 2015, 05:57:30 PM »
Hellos,

I want to do tween that:

Rotates object clockwise +10 decree then swings back un clockwise -20 decree then swing back to clockwise +10 decree.
Like make object swing... just one swing not infinite.

a) How to do this?
b) How to do this if I want swing infinite?

*

Daniele

  • Dr. Admin, I presume
  • *****
  • 378
    • View Profile
    • Demigiant
Re: Swing tween
« Reply #1 on: August 19, 2015, 07:43:48 PM »
Hellow,

a) you could try out the Elastic or Bounce eases to see if you can achieve what you aim for
b) you would have to create two tweens (swing forward + swing backwards) and add them to an infinitely looping Sequence

Cheers,
Daniele