We also reviewed the broadcast () and when I receive () blocks. Expectations for the maze project were also reviewed.
- Students must have Six (7) backgrounds
- Introduction / Splash background
- Directions
- Level I
- Maze I
- Win
- Level II
- Maze II
- Sprites
- Minimum of two (2) sprites
- Main character
- Finish sprite
- Movement - Must be able to move with the arrow keys
- Hidden at the start of the game and at the end
- Sense touching the maze wall
- Sense touching the finish sprite
- Blocks that must be present:
- broadcast ()
- when I receive ()
- show ()
- hide ()
- switch background to ()
- wait () secs
- if touching ()
- go to x () y ()
- if () key pressed
- Have a working program
- Must be debugged (no errors)