Preserved Topic: JavaScript Animation (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 09-03-2000 11:09
OK, I've been tying to tackle this by myself, but I think it's time to admit defeat. |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 09-03-2000 12:27 |
Paranoid (IV) Mad Scientist From: |
posted 09-03-2000 16:33 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-03-2000 17:53
Actually, it's not too hard to repeat it using setTimeout(). (You can also try setInterval(), which constantly does the same thing over and over.) BUT... can you give us a link to the page you've done so far? That'll make it easier for us to help. |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 09-04-2000 02:45 |
Bipolar (III) Inmate From: Wales, UK |
posted 09-04-2000 14:37
I, like Slime and the others don't quite know what you mean, but I guess you mean something like this... |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 09-05-2000 06:01 |
Bipolar (III) Inmate From: Wales, UK |
posted 09-05-2000 09:41
Hey Petskull, |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 09-05-2000 18:47 |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 09-05-2000 20:05
Sorry, guys, didn't think an example would be necessary. (Besides, since I couldn't get it to work, there was really no example to show.) What I'm wanting to do is basically a Javascript-controlled animated GIF. (But with JPGs, that's why is has to be JS-controlled.) |
Maniac (V) Mad Scientist From: New California |
posted 09-06-2000 01:17
I've got some scripts I use to do this sort of thing. I never had a need to apply a different delay for each image but I could probably get that working without too much problem. |