I now continued my td city driving game. Other cars are made with group. When they pass topline, they are killed. How I get them to appear again from bottom?
I tried to follow example, but it does not work.
var enemycar = this.enemycars.getFirstExists(false);
if (enemycar)
{
enemycar.revive();
}
}