One thing that I'd like some info on is the whole structure of a GE game, that is, how to best start a game, complete a level and advance it, then after losing all lives, end up at the title screen, ready to go again. For example, the space invaders demo within GE. The user sets up his ship, the lasers and places the invaders by hand (after cloning) . The game is therefore initialised, a quick key press and they begin descending. These invaders are then shot, and disappear (Destroy Actor). After ALL are shot, how to get to the next level (initialised screen), with the next batch of invaders ready to start descending again? I'm guessing that the initialising needs actual coordinates for the invaders, and should be created(Create Actor) as needed, rather than positioned `by hand` like the example invaders ?
Hope that's clear enough.