Maybe I’m doing something wrong, but the logic should be simple.
Tweenguy1 - y-axis 0 to 100 in 5000ms, looped
Tweenguy2 - z-axis 0 to 42 in 5000ms, looped
To me, the results should be predictable. The object arrives at the location 0,100,42 in 5000ms, then resets to 0,0,0 and loops on.
What I get however is that one of the axis finishes first, then bounces to 0, then the other axis finishes. Unpredictable jumping ensues.
How do I sync them so that the result is a smooth path ?