Motion
Looks
Events
Control
Variables & Operators
100

This is the first block you will come across. It moves a player forward in steps, not in x

move _ steps

100

This looks block makes a sprite say something

say ___

100

This is the first block you would put in your project. It starts the project itself

When 🏴 Clicked

100
This control block stops the game permanently

stop all

100

Operators: This block picks a random number from the given range

pick random __ to __

200

This motion block instantly teleports a sprite to a given position

go to (Random position, xy)

200

This looks block can change a sprite's size

change size by _

200

This event block sends a global message to the server.

broadcast ____

200

This control block repeats a process forever

forever

200

Variables: This block sets a variable to a given value

set ____ to _

300

This motion block makes a sprite slowly move towards a given destination

glide _ seconds to (Random position, xy)

300

This looks block can change a sprite's color

change color effect by _

300

This event block does something when the backdrop switches to another one

when backdrop switches to ____

300

This control block waits until a certain condition occurs

wait until ___

300

Operators: This block is inserted into a loop, it checks if the given variable or number is equal to another variable or number

__ = __

400

This motion block makes a sprite point in a given direction

point in direction _

400

This looks block instantly takes a sprite to the front or back layer

go to ___ layer

400

This event block does something when a certain key is pressed

when ___ key pressed

400

This control block does something if a certain condition is met

if ___ then

400

Variables: This block makes a variable disappear

hide variable ____

500

This motion block turns a sprite either clockwise or counterclockwise for the degrees provided

turn _ degrees

500

This looks block switches the backdrop to the next one

next backdrop

500

This event block does something when the sprite is clicked

when this sprite clicked

500

This control block duplicates your sprite

create clone of ___

500

Operators: This block adds two variables or numbers together

__ + __

M
e
n
u