When Tom clicks on the glide block, the cat moves to the (x:100, y:100) position. Tom tries to click on the glide block one more time, but from the second time, nothing happened. Why?
Because the cat is standing at x:100, y:100
Oops!
Check
Okay!
Check
25
What will happen with the cat when running the following program?
The cat becomes bigger
Oops!
Check
Okay!
Check
15
How to set the starting position of a cat at (x:0; y:-180)?
go to x:0; y:-180
Oops!
Check
Okay!
Check
25
Read the following program and determine the position of starting point and the position of the target point?
Starting position: random number from -240 to 240; y:-180. Target position: x: 0, y:180
Oops!
Check
Okay!
Check
10
In scratch, the position of a sprite depends on _____ and ______
x position and y position
Oops!
Check
Okay!
Check
20
Read the following program and determine the position of starting point and the position of the target point?