Toggle Navigation
Games
Blog
Class PIN
Join for Free
Sign in
Toggle Navigation
Games
PIN
Join for Free
Blog
Pricing
Contact us
Help center
Sign in
Study
Clone Review
0
%
0
0
0
Back
Restart
Which block helps sprite move slowly from one position to another position?
glide ... secs to x:..., y:...
Oops!
Okay!
How many times should we repeat to make the Time count down to 0?
30
Oops!
Okay!
Why do my clones not go to random positions and change their color?
'When green flag clicked' is not the event for programming clones
Oops!
Okay!
When running the following program, how many clones will be created?
The program creates clone FOREVER. However, Scratch only can create 300 clones
Oops!
Okay!
Which event will be used to program for clones?
When I start as a clone
Oops!
Okay!
Why the Time does not count down and it becomes 10 then -1 when the game starts?
Because inside repeat block, we have "set time to -1" block (instead of change time by -1)
Oops!
Okay!
When running the following program, how many clones will be created?
10 clones (and 1 original sprite)
Oops!
Okay!
Which block will create a clone of a sprite?
create clone of myself
Oops!
Okay!
Why the Time does not count down until 0 when the game starts?
missing repeat block
Oops!
Okay!
Which block will be used to delete a clone?
delete this clone
Oops!
Okay!
Can you fix the following program to make the sprite move left and right when the player presses the left/right arrow keys?
right: chang x by [positive number]; left: change x by [negative number]
Oops!
Okay!
Your experience on this site will be improved by allowing cookies.
Allow cookies