Your first Scratch project
When you create a new Scratch project, it includes a cat sprite.
Drag blocks from the Blocks menu to the Code area to make the cat do something.
To try an example, drag a move
block from the Motion
blocks menu. The blocks are colour-coded to help you find them.
You can click on blocks in the Code area to run them. Click on the move
block and the cat will move.
Tip: If you are using Scratch on a tablet, you can tap an item to click on it.
Hat blocks run the blocks below them when a particular event happens. The when green flag clicked
block runs code when you click on the green flag above the Stage to run your project.
Drag a when green flag clicked
block above the move
block so that they snap together.
Your code should look like this:
You can add more sprites to your project, and you can also add a backdrop.