Hi, I was wondering how I could make a continuous line of cars to move along a road (Think Frogger).
The line of cars needs to go on for an infinite amount of time. The cars are just an image mapped to a plane.
What would be the easiest way to do this?
I was thinking make the cars ‘die’ when they reach the far side of the screen, and have a new car appear on the starting side of the screen every time one dies.
The problem is I don’t know how to do this
Any help will be greatly appreciated!