orvis's Forum Posts

  • 5 posts
  • Yea I got it What I did was that I created a global variable "LevelNumber".

    -"Game" Layout

    System->Set "LevelNumber" 0

    System->Set "Score" 0

    I kept the "when fail go to "start"

    System->Score=50->Add 1 to LevelNumber

    -"Start" Layout

    System->On start of layout->Add 1 to "LevelNumber"

    System->LevelNumber=2 ->Go to "Last Layout"

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello I've just made my first game using a score system. I have it like this: When you die/fail the game you get back to the "start" layout what I want to is to make it endless but if you reach 50 points before failing you get another layout to pop-up when you fail instead of the "start" one.

    The reason is that I want the game to be finished at 50, but it's much funnier if you can keep going and add a leaderboard.

    Appreciate help! / Orvis

  • I wonder if someone could explain a little easier how to make the layout appear when score is above 50 but making the game endless. Want to be able to add a leaderboard after

  • Thanks, helped!

  • Hello I've just made my first game using a score system. I want to make so if you reach a score higher than 50 when you finish the game I want a different layout to appear than the normal I use. Would really appreciate help how to make the layout atleast change when it reaches a certain score.

  • 5 posts