What is the most common block of code we start our code blocks with?
When green flag clicked
How many colored sections of code blocks are there?
The x direction deals with what direction?
horizontal or left and right
Where is the pick a random number 1-10 block located?
Operators
What is the orange section in scratch called?
variables
What is the purple code block section called?
Looks
how can you save a project in scratch? Name 3 ways
1) click save now button at top right when it appears
2) go to file > save now
3) ctrl + s
4) file > save to your computer
the y coordinates deal with what direction?
vertical or up and down
What category of code blocks can be used to change costumes and backdrops?
Looks
How do you make a list and then add a value to it?
make a list, name the list, add thing to list
what does the broadcast message block do? And what block needs to go with it?
sends a message to all of the code in our program and it needs a when I receive message block
the name for multiple versions of a sprite that can be used to animate the sprite
costumes
This is a value that can change depending on conditions or info passed to the program.
A variable
Can you name individual costumes for sprites?
yes
I want my sprite to show when I click my mouse, what should my code look like?
green flag, fovever loop, if statement, mouse down, show
what is the pink section called?
my blocks
the stage
What are most sensing blocks put into. (It's another code block)
if then statement
Name one scratch extension.
Lots of answers. ex. pen tool, text to speech, video camera, microphone, etc.
I want a sprite to move when I press the up,down,left,and right arrow keys what should my code look like?
green flag, forever loop, if statement, key pressed block, change x or y by 10 or -10.
What section is the stop this script code block in?
Control
How do I access the scratch extensions?
through the blue button at the bottom left corner of the screen
What are the three blocks I need if I am going to use clones in my program?
For a sprite to always follow the mouse what code should you have?
when green flag clicked, forever loop, go to mouse pointer
name three blocks in the list section
any three that are in the list section