Waterfall Effect
1) Open Flash File ( 2.0 Action Script ).
2) Chose any Water Fall Image .

3) In flash Create a Layer and Import Water Fall Image and Lock the Layer .
4) Create a new layer and name it Water Fall.
5) Create a Small Circle with Gradient Fill. Convert This to Graphics Object and name it drop.
6) Convert your “drop” graphic object to a movie clip, and name it “dropmov”
7) In the “dropmov” time line create three key frames. Insert the following action into the first key frame:
pos = _y;
8 ) In the second key frame
_y = _y+2;
if (_y >300)
{
_y = pos;
}
if (_y >300)
{
_y = pos;
}
9) In the Third Key frame
gotoAndPlay (2);
10) Now Return Main Scene Window and Movie Clip Alpha value 30%.
To see the Flash video click on the link below-
http://blog.codez.in/post-files/water-fall.swf
Latest posts by Dipak Saha
- Ripple Effect - September 5th, 2011
- Blur Effect - August 24th, 2011
- Background Masking Techniques - July 11th, 2011
- Mouseover Scrolling Image Slider - April 18th, 2011
- Star Field Effect - January 3rd, 2011
Tags:
