This command draws a rectangle on the screen.
What is rect()?
Part of a program that does not work correctly.
This line of code creates a new sprite.
What is createSprite()?
The coordinations of the top left of the screen.
What is (0,0)?
This sweet, frozen treat is Italy’s denser and creamier answer to ice cream.
What is gelato?
This command sets the color of the INSIDE of a shape.
What is fill()?
Finding and fixing problems in an algorithm or program.
What is debugging?
This command actually paints your sprites on the screen.
What is drawSprites()?
The coordinates of the bottom right of the screen.
What is (400,400)?
This handheld food, filled with meats or veggies and wrapped in a tortilla, is considered the national dish of Mexico.
What are tacos?
This command randomly picks a number for your program to use.
What is randomNumber()?
Additional information provided as input to a block to customize its functionality
What is a parameter
This command lets you change the image of your sprite.
What is setAnimation()?
The coordinates of the center of the screen.
What is (200,200)?
This warm, flaky breakfast pastry is famously associated with France
What is a croissant?
This command creates a new variable.
What is var?
A label for a piece of information used in a program.
What is a variable?
In what order should drawSprites, createSprite, and setAnimation be called?
What is 1 - createSprite,2 - setAnimation, and 3 - drawSprites
The coordinates of a rectangle with a width and height of 50 that appears in the top right of the screen
What is (350,0)?
Who eats most of the corn?
Animals
This line of code creates a new variable called xPosition, which has a value of 5.
What is:
var xPosition = 5?
A name for a 'character' in your program, that stores position, size, location, and more.
What is a sprite?
I have a sprite named "student". How do I set the picture of student to be "Bob"?
What is student.setAnimation("Bob")?
The coordinates of a rectangle with a width and height of 50 that appears in the center of the screen.
What is (175, 175)?
What vitamin in a polar bear's liver will kill you?
Vitamin C