Flash Water Flowing Effect ActionScript Animation
Create flash water flowing effect with flash actionscript Pulse Particle System component. The water flow effect was created with Flash.
Flash Tutorial Content:
With Flash Pulse Particle System, this is rather simple to create a flash water flowing animation effect. This water flowing down the water tap effect is done with Pulse Particle System with a little ActionScript 3. This flash example also used two Particle Components, one for the flash water flowing effect and one for the the water splash effect. The ActionScript 3 codes are simply set the time when the water splash starts.
Flash Pulse Particle System Explorer Codes:
Here's the Flash water flowing 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.
Water Flowing Down the Tap Codes:{stop:[0, 250, 100,10], pps:12, width:1, height:1, movement:true, speed:[30, 30] , angle:[90, 90] , startScale:[1.00, 1.00] , gravity:2.75, accel:0.5, scale:[350,1.50, 0.75], fade:4000, lifespan:3100}
Water Splash Effect Codes:
{pps:20, width:20, height:1, movement:true, speed:[150, 15] , angle:[180, 360] , startScale:[1,1], gravity:1, scale:[2690, 2.5, 0.25], lifespan:5000}
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 flame effect with pulse particle system.