Its not often on the web i came accross an effect i like this it aint too on your face , not that sure what its useful for , how could it be used for sales and promotions ...i think a bubble with different website in it would be smart How do i get this effect seen here 1 http://www.active-maths.co.uk/words/moving/literacy_words.html
done in flash. use the mouse event and randomize the objects moving. dont know how to get the re-movement thing again tho'
There are a few ways to do it. If you are experienced in Action Script, you could code a motion tween for the floating bubbles and then code for random placement on the stage. The easiest way to do it would be to make a movie clip of a bubble floating around and give it an instance name like "bubbleMC" then call it to the stage randomly. I would also make the color property random. If you want the same effect of the bubble stopping when clicked, use the onPress() method and simply state for the MC to stop playing when clicked...