WorksheetsXY Coordinate in Scratch
Total questions: 20
Worksheet time: 21mins
I can make sprite move UP by 10 steps
change Y by -10
change Y by 10
I can make sprite move DOWN by 10 steps
change Y by -10
change Y by 10
I can make sprite move Right by 10 steps
change X by -10
change X by 10
I can make sprite move Left by 10 steps
change X by -10
change X by 10
I can make sprite move LEFT and RIGHT by changing
X coordinates
Y coordinates
What other block can I use to replace "MOVE 10 STEPS" (with point in direction 90) considering I would like the same motion effect on the crab?
I want to move the cat to right ?
Which coordinate is true ?
Y+
Y-
X+
X-
Displays the location of your X and Y positions.
stage
coordinates
volume
y = 145
y = -100
y = 145
y = -120
y = 145
y = -100
y = 145
y = -120
Where is this location on screen?
To the left
In the middle
At the top
At the bottom
The X-axis is "Left" and "Right"
True
False
Which of the following is the coordinates of of the centre of the stage in Scratch?
(-180, -240)
(0, 0)
(0, 180)
(-240, -180)
The X axis is
"Left" and "Right"
"Up and Down"
If the coordinates are set to x:0, y:0,
the Sprite will be invisible.
the Sprite will be in the center of the stage.
the Sprite will be at the far left side of the stage.
the Sprite will be at the bottom of the stage.
The x coordinate is
diagonal (from lowest left to highest right).
vertical (up and down).
horizontal (side to side).
