Topic awaiting preservation: Fade random images |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Denmark |
posted 07-02-2002 09:32
Morning |
Bipolar (III) Inmate From: Amsterdam |
posted 07-02-2002 13:59
Scripts with requirements as specific as yours aren't very likely to be found "somewhere on the web" . I guess most of the forum members could write such a script, but the problem is you probably ain't gonna learn anything that way. And I think that's what forums like this are about. So how about learning javascript and build it yourself? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-02-2002 15:24
In addition to what Nevel said, you may wish to have an array of Image objects rather than just strings containing image sources, since Image objects will cause the images to be preloaded. |
Bipolar (III) Inmate From: Denmark |
posted 07-03-2002 14:53
Problem fixed. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-03-2002 17:53
if you have an array of images you are using then |
Bipolar (III) Inmate From: Denmark |
posted 07-04-2002 08:53
Unfortunately it doesnt use an array like that but instead using: |
Bipolar (III) Inmate From: Amsterdam |
posted 07-04-2002 13:42
Well, it's just a question of combining then, no? This approach should work: |
Bipolar (III) Inmate From: Denmark |
posted 07-08-2002 09:11
Thanks |
Bipolar (III) Inmate From: Amsterdam |
posted 07-08-2002 13:49
Well, |