COMP 1671, Fall 2009
LAB 1
Create an animation/simulation in Scratch with the following requirements:
- Must have two or more different sprites, at least one must be moving.
- Something happens when two sprites collide, and/or, something
happens when you move the mouse over a sprite (gets bigger, smaller, changes colors,
moves, stops, is removed, global counter is incremented, ....).
- At least one of the sprites has at least one member variable.
- There is a global (for all sprites) variable.