This is the first block you will come across. It moves a player forward in steps, not in x
move _ steps
This looks block makes a sprite say something
say ___
This is the first block you would put in your project. It starts the project itself
When 🏴 Clicked
stop all
Operators: This block picks a random number from the given range
pick random __ to __
This motion block instantly teleports a sprite to a given position
go to (Random position, xy)
This looks block can change a sprite's size
change size by _
This event block sends a global message to the server.
broadcast ____
This control block repeats a process forever
forever
Variables: This block sets a variable to a given value
set ____ to _
This motion block makes a sprite slowly move towards a given destination
glide _ seconds to (Random position, xy)
This looks block can change a sprite's color
change color effect by _
This event block does something when the backdrop switches to another one
when backdrop switches to ____
This control block waits until a certain condition occurs
wait until ___
Operators: This block is inserted into a loop, it checks if the given variable or number is equal to another variable or number
__ = __
This motion block makes a sprite point in a given direction
point in direction _
This looks block instantly takes a sprite to the front or back layer
go to ___ layer
This event block does something when a certain key is pressed
when ___ key pressed
This control block does something if a certain condition is met
if ___ then
Variables: This block makes a variable disappear
hide variable ____
This motion block turns a sprite either clockwise or counterclockwise for the degrees provided
turn _ degrees
This looks block switches the backdrop to the next one
next backdrop
This event block does something when the sprite is clicked
when this sprite clicked
This control block duplicates your sprite
create clone of ___
Operators: This block adds two variables or numbers together
__ + __