Hi all.
I'm trying to achieve the car traffic behavior - sprites move just in one direction (to the right) not bumping each other etc.
I created something like this for quick reference: dropbox.com/s/kv4w24n75qpyumj/car%20traffic%20test.capx
and sprites have wrap behavior added. Now...
The problem is that after leaving the layout on the right, sprites should show up on the left. They do, but they change their position upon (as I think) spawning one on another behind-the-scene.
How to keep up all the wrapped sprites in line, entering the layout?
Additional question: How to create a slight delay on car's start of movement (let's say - human factor)?