Game Preview

JUNIOR Review

  •  English    62     Public
    Crania Schools' JUNIOR Class End-of-Year Review
  •   Study   Slideshow
  • What is a sprite?
    A character or object that you can program
  •  15
  • How do you remove a sprite?
    You can click the trash to remove a sprite!
  •  15
  • What do the program commands do?
    Decides what your sprite does
  •  15
  • How do you add another sprite?
    Click the 'Add Sprite' button at the bottom right corner of your screen
  •  15
  • How do you add or change a backdrop?`
    Click the 'Backdrops' button in the bottom right corner of your screen and choose a new backdrop!
  •  15
  • How do you customize a sprite?
    You can click the costumes tab to customize a sprite!
  •  15
  • What is animation?
    Animation is simply make a character appear to move.
  •  15
  • How do we make an animation? What block is used?
    Animation requires switching between appearances continuously, or a loop, and requires a forever loop block.
  •  15
  • How do we change backdrops in the correct sequence?
    We have to use the switch backdrop block!
  •  15
  • What is a sequence?
    A sequence is the correct order of code.
  •  15
  • What does the "Say" block do?
    It makes a Scratch character say some text that you typed in.
  •  15
  • What does the "Wait" block do?
    It stops a Scratch character from doing anything for some time.
  •  15
  • What does the "When green flag" block do?
    It allows more than one Scratch character to start doing things (e.g. speaking) at the same time.
  •  15
  • What does the "if on edge, bounce" block do?
    As the sprite is moving on the stage, this coding block makes the sprite stay on the stage.
  •  15
  • What are the three parts of a simple story?
    Plot starter, Setting & Characters, and Dialogue
  •  15
  • Is testing important and why? When should you test your code?
    Testing is important to make sure your code does not contain errors. You should test each time you add or change code!
  •  15