Data Sheet

Bonus chapter.indd 5 Trim size: 7.375 in × 9.1875 in October 24, 2017 7:20 PM
BC5BONUS CHAPTER 1 QUICK REFERENCE TABLES
Command Description
Looks Blocks
change size by x
Changes sprite’s size by x amount.
hide
Hides a sprite from the stage.
next costume
Changes sprite’s costume to the next costume in
the list.
Command Description
say xxx
Shows sprite’s speech bubble saying xxx.
set size to x
Sets a sprite’s size to x percent of its original size.
show
Makes a sprite appear on the stage.
switch to background x
Changes the background of the stage.
switch to costume x
Changes the costume of a sprite.
think xxx
Shows sprite’s thought bubble thinking xxx.
Variables Blocks
Change variable by x
Changes the variable by x amount.
Make a variable
Creates a new variable that you can name for
either a single sprite or for all sprites.
Set variable to x
Sets the variable value to x.
Sensing Blocks
key x pressed
If x key on the keyboard is pressed then reports
true.
touching color x
If a sprite is touching a designated colour then
reports true.
touching x
If a sprite is touching designated sprite, edge or
mouse cursor, then reports true.
Achievement Unlocked: You have created a program using Scratch!