How do I make where when a object touches my player a death screen comes and lets you restart?

0 favourites
  • 3 posts
From the Asset Store
Who wants to be a Millionaire Clone. An educational coding source
  • How do I make where when a object touches my player a death screen comes and lets you restart

    this is my first time using construct so sorry for any inconvenience

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Object is overlapping player : show pop up or button

    On button pressed, restart or go to layout

  • How do I make where when a object touches my player a death screen comes and lets you restart

    this is my first time using construct so sorry for any inconvenience

    So as mentioned you use the Object Overlap condition.

    If you want to show a screen you have two ways:

    1- You create the screen in a separate layout and then use the Go To Layout action.

    2- You can create the "UI" within the same layout, set it on a separate layer and then mark it as invisible. When the player dies, you use the condition "Set Layer Visible" to "Visible" and you can have a button in there to restart.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)