
Craig Campbell wrote a great tutorial about a simple particle system effect. He teach you how to create an effect with random particles flying out from the center of the stage in random directions, with random sizes and opacities.
Tags: Adobe, code, cs3, effect, Flash, particle, Source, system, Tutorial
ShareThis
March 12th, 2008 at 2:03 pm
Nice visual effect.
If you add cacheAsBitmap, the performance is a lot better:
dot.cacheAsBitmap = true;
April 15th, 2008 at 8:01 am
cool
July 26th, 2008 at 6:25 pm
Great tutorial. Clean and simple effect, I like it.
November 26th, 2008 at 6:10 am
Great tutorial, I used it on my site looks awsome!
May 4th, 2009 at 10:53 am
This is a very good tutorial on particles using flash cs4.