Scratch
a programming language where you drag script blocks together to create a series of commands
Scratch
increases or decreases the size of the sprite by the specified amount of units
change size by _
removes all marks made by the pen
clear
a tab containing triggers that tell the sprites what should happen, and when
control tab
look of a sprite
costume
tab allowing the creation of data that changes and is dependent on other data
data tab
fixing flaws in programs
debugging
activates the script within it for an endless amount of time
forever
performs the enclosed action whenever the criteria is met
forever if _
makes the sprite move with animation to the designated location in the specified amount of time
glide _ secs to x:_ y:_
changes the sprite's location to the specified coordinate
go to x:_ y:_
a variable with multiple values
list
a tab containing script blocks that allow you to change the appearance of sprites
looks tab
contains script blocks that create sprite movement
motion tab
changes the location of the sprite by the amount of units specified
move _ steps
allows sprites to work with numbers and individual letters
operators tab
makes the virtual pen start drawing
pen down
a tab containing scripts that display sprite movement
pen tab
makes the virtual pen stop drawing
pen up
turns the sprite to a specified position (up, down, left, right)
point in direction _
turns the sprite towards another object or towards the mouse pointer
point towards _
any file in Scratch
project
repeatedly activates the script within it until it reaches the designated amount of times
repeat _
turns the sprite a certain amount of units
rotate _ degrees
an individual command
script block
tab containing scripts allowing the sprite or user to interact with the project
sensing tab
changes the ink color of the pen to the designated color
set pen color to _
makes the pen tip the specified width
set pen size to _
sets the size of the sprite to the designated amount of units
set size to _%
contains scripts that allow you to assign sounds to your scripts
sounds tab
character or object
sprite
the area of the screen that displays all objects created
sprites pane
a series of script blocks attached to one another
stack
the background; where the action takes place
stage
changes the look of the sprite to a pre-made appearance
switch to costume _
the area of the Scratch window where you can perform basic functions, such as saving your work
toolbar
pauses the execution of a script for the specified amount of time
wait _ secs
pauses the execution of the script until the criteria is met
wait until _
trigger forcing script to be activated when the designated key is pressed
when _ key pressed
trigger forcing script to be activated when the green flag is clicked
when flag clicked