How to Add Sprites in Scratch

How to Add Sprites in Scratch

Assessment

Interactive Video

Science

1st - 6th Grade

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial continues from the previous one, focusing on adding and programming multiple sprites in Scratch. It demonstrates how to add a new sprite, program interactions, and adjust timing for synchronized animations. The tutorial concludes with a brief introduction to using variables for better timing management, setting the stage for the next video.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the different options available for adding a new sprite in Scratch?

Draw your own sprite or choose from existing ones.

Choose from existing sprites, draw your own, select a random one, or upload an image.

Select a random sprite or upload an image.

Only choose from existing sprites or draw your own.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is the work area blank when a new sprite is selected?

Because the sprite is not saved.

Because each sprite has its own separate program.

Because the sprite is not visible yet.

Because the sprite is not added to the stage.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make the dog sprite face the cat sprite?

By rotating the sprite 90 degrees.

By flipping the sprite vertically.

By flipping the sprite horizontally.

By changing the sprite's costume.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What block is used to make the dog sprite say something for a limited time?

Say block

Think block

Say something for two seconds block

Broadcast block

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you ensure the dog sprite waits until the cat sprite is in front of it before speaking?

By using a forever loop.

By using a broadcast message.

By using a repeat block.

By using a wait block to delay the action.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the challenge with manually calculating timing for sprite interactions?

It is too complex to calculate.

It requires constant adjustments if any timing changes.

It is not possible to calculate manually.

It only works for one sprite.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What concept is introduced to automate timing adjustments between sprites?

Broadcast messages

Loops

Variables

Costumes