Flash fractal experiment

Hi,

I’ve been mucking around with making recursive objects in AS3, e.g. objects that upon instantiation instantiate further instances of themselves (the recursion of course has to be limited somehow). You can generate some pretty interesting patterns.

Creating a huge number of separate objects on the stage like this is probably pretty bad programming, but it’s arguably a more intuitive way to think about structures such as fractals.

Check it: http://morefigs.net/flash-fractal-generator/