Game Over screen

Discussion in 'How Can I...?' started by Deliverbo, Jun 23, 2016.

  1. Deliverbo

    Deliverbo Avid Boxer

    Joined:
    Dec 2, 2015
    Messages:
    220
    Likes Received:
    69
    Hi everyone.

    How can i make the screen go to the game over screen when my character dies? I've tried moving things around in the menu editor with no success.

    Thanks :)
     
  2. heathclose

    heathclose Miniboss Boxer

    Joined:
    Jan 28, 2016
    Messages:
    1,810
    Likes Received:
    1,026
    Drag an event observer to your game UI and set it to game over, then connect game over to your game over ui
     
  3. Deliverbo

    Deliverbo Avid Boxer

    Joined:
    Dec 2, 2015
    Messages:
    220
    Likes Received:
    69
    Ty for your reply heathclose. I have several worlds in the game. I connected the event observer to the "world 1 complete ui" but it doesn't work. The event observers variables are Game Over, Default and check mark.
    Screenshot (13).png
     
  4. heathclose

    heathclose Miniboss Boxer

    Joined:
    Jan 28, 2016
    Messages:
    1,810
    Likes Received:
    1,026
    Move the event observer to your world ui
     
  5. Deliverbo

    Deliverbo Avid Boxer

    Joined:
    Dec 2, 2015
    Messages:
    220
    Likes Received:
    69
    In the pic it shows I have the event observer in the world ui connected to the game over ui. But when
    the character dies it still doesn't go to the game over screen.
     
    adityarevankar likes this.
  6. heathclose

    heathclose Miniboss Boxer

    Joined:
    Jan 28, 2016
    Messages:
    1,810
    Likes Received:
    1,026
    In the pic, you have the event observer in the world complete ui, not the world ui
     
  7. Deliverbo

    Deliverbo Avid Boxer

    Joined:
    Dec 2, 2015
    Messages:
    220
    Likes Received:
    69
    I sure did lol. Ok problem solved.
    Thank you very much heathclose
     
    heathclose likes this.
  8. JDMorrison

    JDMorrison Boxer

    Joined:
    Mar 16, 2020
    Messages:
    5
    Likes Received:
    0
    Thanks, Heathclose this has been driving me crazy. My game over screen would pop as soon as I started my game and I couldn't figure out how to fix it. Then when I read your comment I realized you make a separate UI and name it World UI. Put the event Observer in the world you with the game over event and connect that to my game over UI. It works so thank you very much!
     

Share This Page