NEW
Font size
WorksheetsJavaScript Review
Total questions: 10
Worksheet time: 3mins
Which block will create a sprite in your program?
The draw loop is like what object?
Coloring Book
Flip Book
Crayon
Computer Monitor
What does this block do?
Sets the sprite's x position.
Changes the sprite's width.
Moves the sprite to the right on the grid.
Moves the sprite up on the grid.
If you want your sprite to be invisible, you need to set this block's value to____
Yes
No
True
False
This block is an example of the _______
Adding pattern
Movement pattern
Sprite pattern
Counter pattern
This block should always be inside the draw loop.
True
False
A Boolean value is a ________ .
Yes/No Value
True/False Value
Up/Down Value
Open/Closed Value
The coding environment you've been working in is called ____________ .
Game Lab
App Lab
Project Lab
Web Lab
This line of code takes the place of what?
hippo.x = 2;
hippo.x = 0 + 2;
hippo.x = hippo.x + 2;
hippo.y = hippo.y - 2;
Using this sprite property block will make your sprite ________ .
Rotate
Move down
Move across the grid
Change in size
