9. Variables
Variables are like boxes
that can hold things. In Scratch, a variable has a name and can hold a value. Variables are useful for tracking things such as the location of a sprite.
9.1. Mutating variables
The following code blocks changes (mutates
) a variable.
9.2. Showing and hiding variables
You may also show and hide variables on the stage.