Home | Flash AS3 Tutorials | Flash Animation Tutorials | Store

Flash Raining Effect ActionScript Pulse Particle System

Create flash raining effect with flash component.

Please update flash player to view this Flash ActionScript tutorial!

Flash Tutorial Content:

With Flash Pulse Particle System, this is quite easy to create rain effect. In this flash example, the raining particle are falling down with an angle with a rather heavy gravity.

Flash Pulse Particle System Explorer Codes:

Here's the Flash fly out effect code generated from Particle Explorer of Flash Pulse Particle System. Copy the following code to the Config field of Parameter tab Window of your Flash document.

Codes:

{pps:12, width:280, movement:true, minSpeed:180, maxSpeed:300, minAngle:90, maxAngle:170, minScale:0.8, maxScale:1.2, gravity:8, fade:2000, lifespan:1200}

Parameters Tag of Flash Document:
Particle Parameter

Download Flash Source File:

Flash Source File Just click here to download the source code for this tutorial.

Remarks:

This Flash ActionScript tutorial shows how to create flash raining effect with pulse particle system.