![]() Preserved Topic: onMouseout Won't Complete? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() Try this... |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() |