Preserved Topic: onMouseout Won't Complete? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 06-26-2000 23:14
Anyone who's good with JavaScript, please take a look at http://bigwaste.com/asylum/rollover/ and tell me what's going on. |
Nervous Wreck (II) Inmate From: Bucharest, Romania |
posted 06-27-2000 03:50
i modified your mouseover function a bit, actually i added 2 lines, and it's obvius what they do: code: function swapover(img) {
|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 06-27-2000 19:03
That appears to have solved part of the problem, thanks. I had to change document.images[i] to document.images[names[i]], but it doesn't leave the sphere hanging in the middle of the animation anymore. |
Nervous Wreck (II) Inmate From: Bucharest, Romania |
posted 06-28-2000 01:25
hmm, you might want to considder making to animated gifs, or ask me do it <img border=0 align=absmiddle src="http://www.ozones.com/forum/biggrin.gif"> or if you preferr you might try some coding. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-28-2000 14:49
Reason being, it does not move on to the mouse out function until the mouse over fuction is completed (so it isn't reading that a mouse out has occuring, unless done slow). Maybe use a 'while' statement. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-28-2000 18:43
Hmm I know the original idea was to prevent using too much code so I guess I need to know how much is too much? |
Bipolar (III) Inmate From: Wales, UK |
posted 06-29-2000 12:54
Try this... |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 06-29-2000 19:40 |