Create a baseclass for a flying movie clip.
It contains some animation (or simple ones just one image)
that moves randomly around the stage.
Create child classes that inherit this basic behavior,
but on click start moving in their own particular way, e.g.,
- stop for a while,
- move into a corner,
- fly in circles,
- disappear,
- etc. .