Font size
WorksheetsBELL RINGER: Game Functions Review
Total questions: 13
Worksheet time: 7mins
Which sprite property would you change to move the sprite from left to right?
sprite.x
sprite.y
sprite.scale
sprite.rotation
Which sprite property would you change to move the sprite from up and down?
sprite.x
sprite.y
sprite.scale
sprite.rotation
Which sprite property would you change to make the sprite turn in a circle?
sprite.x
sprite.y
sprite.scale
sprite.rotation
In which direction will the sprite move?
left
right
up
down
Which sprite will be moving?
Cow
Pig
Both the Cow and Pig
None of them
What color is the ellipse?
Gray
Red
Blue
Red with blue border
Blue with red border
Where is (0,0) in the grid?
In the top left corner
In the top right corner
In the bottom left corner
In the middle of the grid
What will be displayed?
Hint: is there a "setAnimation" line of code?
A dog
A cat
A rectangle
Two rectangles
A dog and a cat
Which of the following shapes would the rect command create?
The position of an object on a grid is represented by __ and __ coordinates.
x and y
w and h
x and w
h and y
What code will allow you to add color to an object?
shade
color
fill
fill in
What can you do with the w and h in this block?
Change the width of the rectangle
Change the width of the ellipse
Change the height of the ellipse
Nothing
What is the purpose of this code tile?
Prevent medical emergency.
Stop drawing of text.
Stop drawing of outlines.
Stop all drawing.
