(Solved) Tween - Consecutive movements

Hi, I’m trying to do consecutive tweens. ie,
(1) an object moving up then
(2) an object coming back down again returning to its original position.

I tried to do the invert option, but it only does the second action and also stopping/deleting the previous tween, but for some reason it only seems to run the second tween or goes very slowly!

Ideally I wanted it to start animating when a player got close to it (using the object distance condition). Am I missing something really obvious? Any help would be much appreciated.
Thanks in advance

Hm, if you want to do tweens one after the other then this should apply:



*Further, there is a extension called “Ellipse”(or deprecated “Sine”) that allows for back and forth movement.
Although, not sure how applicable it is to you.
Thought to share nonetheless.

Thank you so much for the help. That’s ideal :grinning:

1 Like