Sprite | An object in Scratch which performs functions controlled by scripts
|
Stage | The background of a project, performs functions through scripting
|
Block | Blocks make up scripts, which make a project work
|
Broadcast | A message that is sent through the Scratch program, activating When I Receive () blocks
|
Script | A script is a collection or stack of blocks that all interlock with one another. The blocks and their order are very important, as they determine how sprites interact with each other and the backdrop.
|
Green Flag | Sometimes simply called the 'flag,' this is what starts most projects' scripts running
|
Tweening | Moving between two points - given in coordinates X , Y |
Comments | Sometimes, comments are attached to scripts to explain what certain blocks do and what the script's purpose is.
|
X Position | The position that a sprite or the mouse is at along the horizontal axis
|
Y Position | The position that a sprite or the mouse is at along the vertical axis
|