Can you add another backdrop that is going to be the start screen for your game?
You can use the
and when I receive start
when I receive end
blocks to switch between the backdrops.
To show or hide the character when your game switches between backdrops, you can use show
and hide
blocks.
To show or hide the timer and score when your game switches between backdrops, you can use show variable
and hide variable
blocks.