How to Code on Scratch, the Basics

Scratch

 

The Basics

 

I created my Wisdom Tale project, The Wooden Sword, on Scratch. Scratch is a coding platform which uses a type of code similar to Blocky

and two sets of drawing tools that are Vector and Bitmap

There are also sounds that you can get

How to Make a Clicker Game

 

go to Scratch

Click on “Create”

Press the X on Sprite1 then click on the cat with a plus.

Then click on the search button.

Then click on Button 2.

Then click on the event column.

Then drag “when green flag clicked” and “when this sprite clicked”. Then click on variables.

Then click on make a variable.

Set the variable to “Money”

Drag “set money to zero” to “when green flag pressed”

Finally drag “change money by one” to “when this sprite clicked”

You now have an operational clicker! Thank you for reading!