Introduction, Instruction and Ending screens
Before you start build your game you need to create a game template which has
Introduction Screen – which lets the user start the game or get instructions
Instruction Screen – with details about how to play the game
Ending Screen – The screen the player sees when the game finishes
Sample Game Framework
https://scratch.mit.edu/projects/1277442317
Your Game Framework needs to have the following:
FOUR backdrops
- FOUR backdrops
- Introduction
- Instructions
- Game Start
- Game End
SPRITES
Buttons or KeyPress instructions to move between screens
Code
Hide buttons and game sprites on the screens that DO NOT need them
Show buttons and game sprites on screens that DO need them
Backdrops
Introduction Screen

Instruction Screen

Game Start Screen

Game End Screen

Code
Code for Backdrops

Code for Game Sprites

Code for Buttons
