Aquarium

In this example we create an aquarium tank, and a pallete of aquarium supplies. Drag and drop the animated fish, bubbles, and plants into the aquarium, Where they animate themselves using the DrawingSequence and ImageSequence classes.

There are four views on the palette. Each of the views displays an icon, initiates a drag session when the user clicks and drags the mouse over it, and supplies an instance of its related DrawingSequence when dropped onto the tank.

The tank receives dropped items, requests a DrawingSequence from the item, sets itself as the sequence's owner, and starts its animation.

This example primarily illustrates the use of the following classes and concepts:

Secondarily, it also illustrates:

The sources: