Topic awaiting preservation: dynamic interface... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 01-23-2002 18:24
hope I can get this out right... I'm trying to figure out the code to the dynamic interface used in this tutorial: Anders Qvicker but I want add the effect of that like this rollover nav image : tekumel nave image. Does anybody have a script or knows a tutorial on a script where I can rollover a button and apply the change image effect on the button and also two other images just like the tukumel script? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-23-2002 18:31
I'm sure the others will explain this in more detail but once you have the code to swap on image other than the one you have the mouseover than to add more images just add more arrays and then in mouseover/mouseout code: code: function msover(num) {
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 01-23-2002 18:33
Ok this isn't really too difficult. |
Maniac (V) Inmate From: there...no..there..... |
posted 01-23-2002 22:12
If you use something like Doc's script: code: <SCRIPT LANGUAGE="JavaScript">
|
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 01-25-2002 17:02
ok, that makes sense, but the effect I want to have is to be able rollover an image, have it change, along with two more. Than roll on another image have it change along with the same two that the other changed, but with two seperate images. Then a third and fourth etc. The best example I have is the round navigator image here: round navigator image . I want to be able to create this effect without stealing this guys code. Best code I found was docs on this page: Anders again The code for the image to be swapped is on this part of the script: |
Maniac (V) Mad Scientist From: TipToToe |
posted 01-25-2002 19:45
add : |
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 01-27-2002 06:12
got any urls or examples of it? |