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