Add a start screen and ending screen?

I’m creating a multi level game, I would just like to know how to add a start screen / end screen for each stage. So far I’ve only made the first scene so want to check how to move between stages in the game play.

Do I do it by adding new scenes, is it possible to add a next button with the condition that when it’s pressed it moves to the next level?

Thanks!

Hi!
It depends on your game and what you want to show between levels.
Some games move to a new scene with scoring table, or medals unlocked, money won, new items, etc.
This would be an end scene common to all levels.
Some games just show a pop-up when the level is finished, then move to the next level.
This would be an external layout common to all levels.
Some games keep the same scene for all levels and change some settings/items inside the scene.
In this case, the end/start menus would be layers shown and hidden.

But to answer your question, yes, you can make a button that moves to another scene when pressed.

1 Like

That’s great, thank you! Do you know what command to use to move to a different scene?

The action selection menu has a search feature.
Click on Add action, write “scene” and you’ll find. :slight_smile:

1 Like

Thanks so much, it works!

1 Like