NEW
Font size
WorksheetsScratch: 01 Basics
Total questions: 10
Worksheet time: 50mins
Dinosaur goes to the right when we press the right arrow key. However, this code doesn’t work.
What is wrong with it?
Should be change x by -10
We want the Bat to flap its wing (up and down). But the code does not work. Which you think is the correct code? There are 4 costumes.
What is the coordinate for the red circle?
X:240 Y:0
X:0 Y:180
X:0 Y:-180
X:-240: Y:180
What is the coordinate for the blue circle?
X:240 Y:180
X:-240 Y:0
X:240 Y:0
X:0 Y:-180
What is the coordinate for the green circle?
X:0 Y:180
X:0 Y:-180
X:240 Y:0
X:240 Y:180
What is the coordinate for the pink circle?
X:240 Y:180
X:240 Y:0
X:-240 Y:-180
X:0 Y:-180
Which answer best explain the point in direction from A to D?
A = left, B = right, C = down, D = up
A = up, B = down, C = right, D = left
A = right, B = left, C = down, D = up
A = right, B = left, C = up, D = down
I’m trying to control the cat to go up and down. What is wrong with the code?
For DOWN ARROW KEY PRESSED, change POINT IN DIRECTION to 0
For UP ARROW KEY PRESSED, change POINT IN DIRECTION to -90
For UP ARROW KEY PRESSED, change POINT IN DIRECTION to 0
What missing block do I need to have the cat sprite gradually following the mouse pointer as I move the mouse around?
In Scratch, we use X-Y coordinates in many projects. What is the coordinate of the center point / point of origin in XY axis?
X:100, Y:100
X: 0, Y: 100
X: 0, Y: 0
X:100, Y: 0
