Edit Game
Sprite - Costume - Backdrop
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   9  Close
To add a new backdrop, which button do we need to click on?
3
To add a new costume, which button do we need to click on?
1
To add a new sprite, which button do we need to click on?
2
Can you name a block that helps change the backdrop?
switch backdrop to.... ; next backdrop
Can you name a block that helps the sprite change its costume?
switch costume to...; next costume
Can you name a block that helps the sprite move?
move 10 step; go to...; change x by...
What are backdrops in Scratch?
A backdrop is an image that can be shown on the Stage. It is similar to a costume, except that it is shown on the stage instead.
What are costumes in Scratch?
A costume is one out of possibly many "frames" or alternate appearances of a sprite
What are sprites in Scratch?
Sprites are the objects that perform actions in a project.