Topic awaiting preservation: questions about flourish!!. (doc?) (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 01-23-2002 17:45
I have a question about the javascript on docs site flourish.html . I understand the script but how now do I add mutiple rollovers (like buttons) instead of just the one. In otherwords how do I have more than one at a time on a page. I tried to put more than one on, but the rollover becomes disabled. |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 01-23-2002 22:22
ummmm, what are you talking about? |
Bipolar (III) Inmate From: |
posted 01-24-2002 08:27
Sorry.. just couldn't resist this one |
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 01-24-2002 15:47
thanks bro!! more than answerd my question.(x100!!!!) |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 01-24-2002 16:50
Hey wow, that is way cool! I've never sen that one bvefore, thanks for sharing the link! I've actually got my own code for doing pretty much exactly this same thing, but it's not polished up and ready yet. This is a sweet version though, and sems to handle the CPU quite nicely, good stuff. |
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 01-24-2002 18:52
Roy, Im having problems getting the script to work the way you have it. I'm getting an error that says : line 9, jsfx undefined. line 9 is right here: |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 01-24-2002 21:01
Judging by how I set my naming structure for that, I know that the result of running that function (which is included in the attached .js file) would be to create an array with 5 images in it, named "flourish1.jpg", "flourish2.jpg", etc... So, you need images numbered the same way, and replace 'flourish' with the first part of the name you use, include the path to them, and whether it ends in '.jpg' or '.gif'. Nice script, I like it. Read the comments in the attached script, it explains things. |
Bipolar (III) Inmate From: |
posted 01-25-2002 02:12
Hi, I got the idea 2 years ago from this site http://www.andygraphics.com |
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 01-25-2002 16:41
ok, now I get your script, roy except is there anyway to do it without placing the images in another folder? Its a killer script by the way. Anyways, I want to be able to have the same effect as docs script. The differences between the two are that roys return loop occures on the onmouseout event. Doc' has a return loop during the actual onmouseover event. (meaning it rolls the animation and than returns it- i hope thats clear.) How do I enable this effect on multiple images on the same page? (my original question using doc's script). |
Bipolar (III) Inmate From: |
posted 01-25-2002 18:21
Take a look at this demo |