------------------------------------------------------------------------
This is the project README file. Here, you should describe your project.
Tell the reader (someone who does not know anything about this project)
all he/she needs to know. The comments should usually include at least:
------------------------------------------------------------------------

PROJECT TITLE:
PURPOSE OF PROJECT:

To demo a use of arrays.  Dragonflies are stored in an array held 
in a "aWorld" class variable.  In the Bee class code, if the player
presses the "W" button (short for "wand" as in magic wand), 
we run through the array of dragonflies to see if any are within a threshold
distance.  If they are we stop the dragonfly movement by setting the 
distance jumped to 0 and change the image to a dead dragonfly.


VERSION or DATE:  6/25/08

HOW TO START THIS PROJECT:
AUTHORS:  P4games.org, Leutenegger

USER INSTRUCTIONS:
