Rotate an Actor - Intermittent

Rotate 90deg … pause … rotate 90deg … pause etc.

  • TL alpha track:

rotate for 1s, wait 0.5s, as in:

  • script:

Any advice welcome.

If you opt for this method, it will offer you much more flexibility, consistency and granular control - especially in the long run. The general idea is:

  • prepare data before the TL executes in order to avoid sampling stale values
  • have the timeline output alpha value in the 0-1 range Lerp (linear interpolation) can take advantage of

The above is what I believe one of the most classic implementations.

Good luck!

1 Like