Design Criteria |
Criteria | Met? | How Met | |
| Must use at least two different Sprites | YES | There are at least two sprites displayed by the applet | ||
| Must allow movement of sprites | YES | User can click to selectand move sprites | ||
| Must clip at edge of playfield | YES | The sprites draw properly on all four corners | ||
| Must implement transparent pixels | YES | The transparent color for the sprites is <192,192,192>, and the background is either white or black... |
||
| Must implement and demonstrate a method that tests if a given playfield coordinate overlaps a non-transparent pixel of the sprite at its current position |
YES | You can only select a sprite by clicking on its visible portion | ||
|
|