Flash Waterfall Effects ActionScript Tutorial
Create flash waterfall effects with flash actionscript Pulse Particle System component. The waterfall animation is created with Flash.
Flash Tutorial Content:
With Flash Pulse Particle System, this is also easy to create waterfall effect. It takes only a few line of flash codes to create the waterfall animation effect. To create the waterfall animation, use bound to limit the width of the waterfall and use a little acceleration to speed up the water particles as they are falling down.
Flash Pulse Particle System Explorer Codes:
Here's the Flash waterfall effects 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:{bound:[80,30,60,380], pps:10, x:150, y:150, width:1, height:1, size:15, color:2588900, movement:true, speed:[20, 30] , angle:[0,180.0] , startScale:[1.00, 1.00] , gravity:2.75, accel:0.5, lifespan:3040}
Parameters Tag of Flash Document:
Download Flash Source File:
Just click here to download the source code for this tutorial.
Remarks:
This Flash ActionScript tutorial shows how to create flash water fall effect with pulse particle system.