Basic mandlebrot thing. Click and drag to create a rect and zoom into that space (TIP - hold down the space key to move the zoom rect, rather than re-sizing). Hold the shift-key down to render in a single pass (quicker). Click while holding down the option/alt key to restart.

If you download the source, you can tweak most of the parameters (max iterations, the palette, bounds of the number parts etc).

Notes about the source.

The source movie contains three members:

  • Mandle.control behaviour: This script creates the Mandle object and sends it #mStep messages every enterframe event.
  • Mandle parent script: This script creates the basic mandle object.
  • Palette parent script: Simple script to generate a list of colours along a gradient. It is used by the Mandle parent script.
First published 18/05/2005