i'm having a couple of problems it's either I press enter to start and it goes straight into the game over scene or when i die the game just stops (i.e. the enemies, and paralax scrolling stop)
@HaggardEyes In the GameScene class contains the GameOver flag. You can initially set it to false and only true when the player's life is down to 0. This will determine when the game over scene is drawn.
@Cence99 You can check whether the GameOverScene class has been implemented correctly. Also in the SideScrollingShooter.cs file calls the drawing functionality for all the scenes and determines which scene to draw depending on some flags.
i'm having a couple of problems it's either I press enter to start and it goes straight into the game over scene or when i die the game just stops (i.e. the enemies, and paralax scrolling stop)
HaggardEyes 3 weeks ago in playlist XNA - Side Scrolling Shooter
@HaggardEyes In the GameScene class contains the GameOver flag. You can initially set it to false and only true when the player's life is down to 0. This will determine when the game over scene is drawn.
dhoyt2010 3 weeks ago
Why I've got a BlackScreen when I press Enter =(
Cence99 3 weeks ago
@Cence99 You can check whether the GameOverScene class has been implemented correctly. Also in the SideScrollingShooter.cs file calls the drawing functionality for all the scenes and determines which scene to draw depending on some flags.
dhoyt2010 3 weeks ago