The final result I am hoping to achieve is for one circle to follow the other with the same spacing when it loops and continue this loop until the end of the animation.
- PINK circle moves from left to right in a straight line and the ORANGE circle follows 6 frames behind until they reach the far right.
- At 30f the PINK circle jumps back to the far left and starts again with the ORANGE circle making the same jump at 36f
Problem:
The ORANGE circle makes the jump to the left but then pauses for another 6 frames which opens the gap between the two circles. The more it loops, the greater the gap.
Question:
How do I maintain the same gap between the circles when looping.
Thanks for any assistance.