Continuous line of cars?

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 :frowning:

Any help will be greatly appreciated! :slight_smile:

there is an actuator called EDIT OBJECT
where you can add, remove,or just make an object track to an other

I actually just figured out how to do it after trying out some more stuff. (Empty adding a car object at defined intervals of time).
Thanks for the help anyway! :slight_smile:

make sure to delete them after a certain amount of time (ie a lifespan) otherwise slowdown occurs over time