SCRATCH PROGRAMMING QUARTER ONE

Back to index
Basic Movement

You will create a simple maze with at least six turns. The maze should be created in the background. You will also create a single sprite. (Your sprite may take the form of a happy face or you can go with something different. That's up to you.) Your job will be to get your sprite to navigate through your maze.

BLOCKS NEEDED FOR THIS PROJECT:

  1. set size to ___ (LOOKS)
  2. wait ___ seconds (CONTROL)
  3. goto x:___ y:___ (MOTION)
  4. glide ___ secs to x:___ y:___ (MOTION)
HINT: Scratch provides two draw modes: VECTOR and BITMAP. Most people find BITMAP mode easier to work with. You should try both, but you will probably prefer BITMAP for most projects.
View BASIC MOVEMENT video at YouTube

NOTE: Your maze must be unique, original, and different from anyone else's maze!