NEW
Font size
WorksheetsCoding Quiz
Total questions: 10
Worksheet time: 5mins
How do you make the player start at the same position every game?
Use go to x: y:
Change x by 10
Change costume
Repeat Until
What block is used to detect if the player hits an enemy?
If touching colour
If touching sprite
If timer>1
If mouse down
What block should you use to create gravity?
Change x by 10
Point towards y
Change y by 10
Turn 15 degree
What happens if you put movement blocks outside the forever loop?
The sprite moves faster
The sprite disappears
The background changes
The sprite stop moving after one action.
What is the best way to create a score system?
Sensing block
Forever block
Variable block
Looks block
Which block helps you clone enemies or objects?
Create clone of myself
When i duplicate myself
Hide
Set y by 10
What is the different between a sprite and a backdrop?
Backdrop talks while sprite do not
Sprite are always behind
Backdrop can jump
Sprite moves while backdrop do not
What block is best for detecting keyboard input?
When i receive message
When green flag clicked
If key arrow pressed
Say Left arrow for two seconds
What is the purpose of variables in a game?
To draw a sprite
To store information like score
To change the backdrop
It is for a sprite only
What is a costume in scratch?
A background of sprite
A block of sprite
A sound
Appearance of sprite
