NEW
Font size
WorksheetsCode.org Course E: Sprites
Total questions: 10
Worksheet time: 8mins
What is a sprite?
A delicious lemon-lime soda.
An action that something performs continuously until it’s told to stop.
A graphic on the screen with a location, size, and appearance.
A small, magical, fairy-like creature.
What is a behavior?
An action that a sprite performs continuously until it’s told to stop.
When you act a certain way that gets you in trouble.
Solving an error in a line of code.
A graphic on the screen with a location, size, and appearance.
What do you think will happen when you run this code?
Nothing will happen.
The tumbleweed will move up and down.
The tumbleweed will explode.
The tumbleweed will perform the "tumbling" behavior.
Which of these blocks is a Behavior block?
Which of these blocks would let you add a new sprite to your program?
What is an event?
Something on your calendar that you've been preparing for for weeks!
An evil tent.
An action that causes something to happen.
A big party.
Which of these behavior blocks would make your sprite spin around?
Which event would allow me to program certain actions to the press of a button?
Which event would allow me to program certain actions to when a sprite is clicked?
What will happen when I click run on this program?
None of the aliens will begin their behaviors.
The aliens will all begin their behaviors, and when the blue and yellow aliens touch, the bell will stop everything.
The aliens will all begin their behaviors, and when the blue and pink aliens touch, the blue alien will switch from jittering to shrinking
The aliens will all begin their behaviors, and when the blue and the pink aliens touch, all of them will stop everything.
