How to Use Costumes in Scratch

How to Use Costumes in Scratch

Assessment

Interactive Video

Science, Arts

1st - 6th Grade

Medium

Created by

Quizizz Content

Used 1+ times

FREE Resource

This video tutorial explains how to change the appearance of sprites in Scratch animations. It covers adding motion to a sprite, using the Costumes tab to flip a sprite's direction, and switching costumes using code blocks. The tutorial demonstrates how to make a cat sprite walk across the screen, pause, and walk back while facing the correct direction. It also highlights the importance of resetting the costume at the start of the program.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial task described in the animation setup?

Making the cat sprite jump

Changing the background color

Making the cat sprite walk back to the left

Adding sound effects

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block is used to make the sprite pause before moving back?

Glide block

Wait block

Repeat block

Forever block

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What issue arises when the sprite moves back to the left?

The sprite speeds up

The sprite changes color

The sprite walks backward

The sprite disappears

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a sprite face the opposite direction in Scratch?

Rotate the sprite manually

Add a new sprite

Change the sprite's color

Use the flip horizontal tool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of duplicating a costume in Scratch?

To create a backup

To add a new sprite

To create a mirrored version

To change the sprite's size

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block is used to change the sprite's costume during the animation?

Rotate block

Move block

Change Color block

Switch Costume block

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done to ensure the sprite starts facing the right direction each time the program runs?

Use a forever loop

Add a new sprite

Change the background

Switch to the initial costume at the start