Flash Sea Wave Effect ActionScript Animation Tutorial
Create flash sea waves effect or flash water animation with flash actionscript Pulse Particle System component. The stormy waters effect was created with Flash.
Flash Tutorial Content:
With Flash Pulse Particle System, this is rather simple to create a flash sea wave animation effects. This flash rough waters effect is done with Pulse Particle System with a little ActionScript 3. This flash example used two Particle Components, the flash wave effect and the water splash effect. The ActionScript 3 codes are simply set the flash water splash follow the boat.
Flash Pulse Particle System Explorer Codes:
Here's the Flash sea weaves 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.
Sea Wave Effect Codes:{bound:[80,30,600, 150], pps:10, width:1, height:1,size:15, color:2588900, movement:true, minSpeed:150, maxSpeed:150, minAngle:0, maxAngle:47.55, minScale:1, maxScale:1, lifespan:6680}
Water Splash Effect Codes:
{pps:5, width:10, height:1, movement:true, speed:[200.0, 16.0] , angle:[250.0, 290.0] , startScale:[1,1] , gravity:2.50, scale:[2000, 1.85, 0.35], lifespan:4000}
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.