Game over screen problem

FrimanFriman Member Posts: 55
Then the final enemy crosses the white track or line the game is supposed to change scene to Game over screen but instead it "plaster" it self over the game area.
What am I doing wrong? I'm not a good explainer but play it until you lose all your health and the game over screen pops up and you will see what I mean.
I will link the project below.

Thanks

https://www.dropbox.com/s/uwt7ru7il90rh8b/Project_Re_Imgaination_1.8.zip

Comments

  • BluemoonstudiosBluemoonstudios Member Posts: 156
    hey mate i just had a look at your game. if you remove the actor 1 from the scene and add the following rule to your ob_player. when attribute game.life = 0 change scene to game_over_screen. works fine.
  • FrimanFriman Member Posts: 55
    @Bluemoonstudios
    I trying to do what you suggested but I'm pretty sure that I'm doing something wrong here.
    I deleted actor 1 from the scene and did the changes to ob_player but then the final enemy goes over the line it just continues.
  • FrimanFriman Member Posts: 55
    @Bluemoonstudios
    Never mind, I didn't read your comment thoroughly that I would add change scene.
    Thanks for your help!
  • BluemoonstudiosBluemoonstudios Member Posts: 156
    np. glad i could help :)>-
Sign In or Register to comment.