Worksheetsscratch code review
Total questions: 10
Worksheet time: 5mins
What would this line of code do?
spin the object in a circle.
walk to the edge of the screen
change color
animate a walk cycle.
What does this line bit of code do?
repeatedly move the sprite on the screen
move the sprite to a random location on screen when it is clicked.
teleports when the flag is clicked
Pops the sprite.
What does this line of code do?
changes to a random color
changes to a random color every second
changes costume every second
changes to a random color 10 times
What does this bit of code do?
teleports to a random position
moves to a random position
every second it moves to a random position
turns blue
What does this line of code do?
Moves the character down 10 pixels
Moves the character up 10 pixels
Moves the character right 10 pixels
Moves the character left 10 pixels
What does this line of code do?
Teleports the sprite to the edge of the screen
walks the sprite to the center of the screen
teleports the sprite to the center of the screen
shrinks the sprite down to zero.
What does this Block of code do?
When spacebar is pressed the sprite gets smaller
When space bar is pressed the sprite gets bigger
nothing the code is broken.
when space bar is pressed the camera zooms in on the sprite
What does this line of code do?
forever
nothing
Loops the code over and over forever
best friends forever
What does this line of code do?
when flag is clicked stops the code attached to
when flag is clicked stops all the movement on screen
when flag is clicked stops all scripts on that sprite
when flag is clicked Stops all code in your program
What does this line of code do?
when the x is on the left of 50 runs the following code.
wait until the sprites is on the right then runs the following code
nothing
waits until the sprite is on the bottom of the screen then runs the following code.
