Clouds animation based on Action Script 2. Can be used on Web sites or animations. Contains two PNG images wich are attached to the Stage.
Easy to use.The speed and the direction can be controlled with action script like this:
1) Change the number after the equal sign to control the speed
mc_holder._x -= 1;
2) Change the minus(-) to plus(+) before the equal sign to control the direction
mc_holder._x += 1;
================================== Changing the background ==================================
You can change the background as long as the image will stay in the same directory with the flash movie, and have the same title and the same extension(png),so you don't have to use Flash programm every time you want to change the background image and altering the code. ===================================
How to make a bitmap animation to look real smooth closer to realistic: Right click on the bitmap inthe Library and select Properties, inthe Properties window select the check box "Allow smoothing" and see the diferrence!
Clouds animation based on Action Script 2.
Can be used on Web sites or animations.
Contains two PNG images wich are attached to the Stage.
Easy to use.The speed and the direction
can be controlled with action script
like this:
1) Change the number after the equal sign to control the speed
mc_holder._x -= 1;
2) Change the minus(-) to plus(+) before the equal sign to control the direction
mc_holder._x += 1;
==================================
Changing the background
==================================
You can change the background as long as the
image will stay in the same directory with the
flash movie, and have the same title and the
same extension(png),so you don't have to use
Flash programm every time you want to change
the background image and altering the code.
===================================