C3/mobile
The objective of the game is to go through the layout as many times as possible without dying, killing as many bad guys as possible and collecting as many points as possible. So lets say you go through the layout 3 times and collect 1200 points, the goal next time is to go through the layout more than 3 times and collect more than 1200 points.
Now if the player collides with a bad guy the player dies, but the game continues as long as the player keeps killing the bad guys.
I need away to regenerate all the bad guys that are killed each time the player loops through the layout - that has me stumped.
I can't make the bad guys invisible when they are shot, because the player will just run into an invisible bad guy and die. I can't have the layout reset because I have a lot plugged into 'on start of layout'.
I need an option like 'when the player collides with the pink square, reset the family of bad guys to exactly where they were when the this all started' Is there anything like that?