Please upgrade your flash version.

Examples

The following is a list of some of the uses of the Pulse Particle engine. Please email any examples you do, I'd love to post them. (Email address at very top of this page in an image to reduce spam).

BitmapExample.swf
Page Header - Look up, the header of this page contains an example with a few different particle effects. Click replay to see them again. Jim Foley did a nice example using an animated polyhedron that he created in Swift 3D. This shows how it's possible to use animated clips as particles. The emitter follows the mouse for bonus-coolness.
Here's an example showing how to mask particle effects. (Download the .fla)
Flinger is the name of my development playground that I use to test the particle engine. It will usually have some of the latest features in it. It gets auto-posted by my web publishing script, so sometimes it may be newer than the publicly released version.(Download the source)
Tweening Emitter example (source included in src download)
Masking Particles example (source included in src download)
Rain exampled from Joost Moerenburg (It's amazing what audio does to compliment the effects)

This example animates the sprite that the particles are made on in addition to the usual particle animation.

This example was also the experimentaion that led to the BitmapEmitter.

This example shows how you can use the BitmapEmitter to get trails on the particles. Source for this example is included in the source download and is named "BitmapExample.as"