Game Preview

Algorithm

  •  English    5     Public
    Algorithm
  •   Study   Slideshow
  • What is the stage?
    The graphical area of a scratch program, where sprites move
  •  15
  • What is cat a type of?
    Sprite
  •  15
  • What kind of block do I use to make my sprite move around?
    Motion
  •  15
  • How do I control my sprite with keyboard keys?
    Use the "When <something> key pressed" events block
  •  15
  • How can I make my sprite use a movement animation?
    Give it more costumes, and have them change on some event
  •  15