Topic awaiting preservation: Another @#$%& Fade Problem (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 08-06-2005 03:01
OK, so the client wants these words to fade in and out when you roll over these thumbnails, right? Well, I figured using Fadomatic would be the quick and easy solution, but now I can't figure out how to use the blasted thing on multiple objects. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-06-2005 03:28
It looks to me like if you just create a Fadomatic object for each text image you want to fade, and then call fadeIn and fadeOut on the appropriate one for each link on mouseover and mouseout, you'll get the effect you want. Can you describe the "buggy" effect you're getting? |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 08-06-2005 06:49
OK, forget the buggy thing I was talking about -- I know now why that wasn't working. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-06-2005 07:06
Oh... that kind of makes sense. Doing fader.fadeIn() has slightly more meaning than just fader.fadeIn (the former is a function call which is in the context of the fader object, so 'this' refers to fader; the latter is just the function itself but doesn't know what object it's for). This might have worked: |