How about:
http://home.comcast.net/~jscheuer1/s...alloons-3).htm
For the balloon images I made a folder called balloonimages and put them in there. Then referenced them in the code like so:
Code:
var gb = 'balloonimages/ballon', ge = '.gif'
and got them to count out with:
Code:
i = 7, ga = [];
while(--i){ga.push(gb + i + ge);}
(they are currently ballon1.gif through ballon6.gif)
If you look at the code on jqfallrise(balloons-3).htm, you will see the above is already there. I could have just made (written out) a literal Array.
I'll attach a zip of the images (right click and 'Save As'):
balloonimages.zip
But you may make and/or find your own images. In fact, I was just playing around with this a bit more and it's more realistic and clen with solid balloons (the current live balloons are transparent where they show a 'reflection' of light). Here are the solid ones (they're still transparent outside the balloons):
solidballoonimages.zip
Demo with solid images and another refinement (allowance for spaces in the text):
http://home.comcast.net/~jscheuer1/s...alloons-4).htm
Bookmarks