Water Drops Effect based on Action Script 2. Generates realistic water drops effect on image files supported by Flash programme like:JPG,BMP,PNG,GIF, EMF,TGA.
Some Options:
1)Change the number of wave strength after the assignment operator(=)
var waveStrength:Number = 180;
2)Change the number of drops after the assignment operator(=)
var numberOfDrops:Number = 30;
3)Change the x coordinate of the effect after the multiplication operator(*)
effectX = randomNum() * width/2;
4)Change the y coordinate of the effect after the multiplication operator(*)
Â
Water Drops Effect based on Action Script 2.
Generates realistic water drops effect on image files
supported by Flash programme like:JPG,BMP,PNG,GIF,
EMF,TGA.
Some Options:
1)Change the number of wave strength after the assignment operator(=)
var waveStrength:Number = 180;
2)Change the number of drops after the assignment operator(=)
var numberOfDrops:Number = 30;
3)Change the x coordinate of the effect after the multiplication operator(*)
effectX = randomNum() * width/2;
4)Change the y coordinate of the effect after the multiplication operator(*)
effectY = randomNum() * height/2;