Flash Fractals
Experimenting with ActionScript 3. Useless but pretty. Less than 4k! You can expand it to browser sized by clicking here.
I’ve been doing a lot of these kind of things recently. If you like this one, take a look at my Generative/Fractal Flash page. I have also written a tutorial on creating this effect.
Tweet
July 5th, 2007 at 3:57 am
Error: Error #1023: å‘ç”Ÿå †æ ˆä¸Šæº¢ã€‚
at com.fractals::Branch$iinit()
August 5th, 2007 at 7:54 pm
@Glenn – This occurs when you have an infinite loop. Double check the recursive aspect of the Trunk class to make sure that _level and x are getting incremented.
I made the typo of “_level = 1;” (one, the number) instead of “_level = l;” (l, the letter) to get this same error.
August 22nd, 2007 at 10:45 pm
bryanc, you had the code working from the tutorial? Mind sending me a zip file with the complete code? I can’t get it to work here. Thx in advance.
August 22nd, 2007 at 10:45 pm