Rising Bubbles
Price: $3.00
Flash Player Version: 8
Swishmax Version: Swishmax2, 2008.08.12
Comments: No comments yet
A nice animation to use in your works ![]()
To edit the bubble style, simply edit the “bubble” MC in library!
Note: You can define the number of bubbles that are shown, by increasing or decreasing the interval number:
More bubbles:
1 | interval = setInterval(makeBubbles, 200); |
Less bubbles:
1 | interval = setInterval(makeBubbles, 2000); |

