I want to move objects through a path and, when the path is finish, to start from the begging. All objects must have the same distance between them. Something like this:
The things is that, when the object reaches a certain point in the window (the end of the path) I change the position to the starting position. That causes that overlaps the last object in the path:
What can I do to solve this? I though of waiting X time for the object to change the y coordinate, but it will take different times on different computers.