View project at Scratch
|
Sole Survivor
Inspect this project carefully. Be sure to do the following at a minimum: 1)
Expose all variables, 2) Check possible end messages and what conditions
trigger each, 3) Notice that the orb sprites are all very similar, but also
notice the differences.
ASSIGNMENT:
Implement the following alterations:
- Add orbs so that there is a total of nine and make sure that all
collisiions can be detected.
- Number your sprites, but also make each sprite a different color.
- Start the sprites in a 3x3 grid with as much space between them as
possible, while ensuring that no sprite is within 30 pixels of an edge.
- Add a timer which stops when an end state is reached.
|