<*****>
nereidFadeObjects = new Object();
nereidFadeTimers = new Object();
/* object - image to be faded (actual object, not name);
* destop - destination transparency level (ie 80, for mostly solid)
* rate - time in milliseconds between trasparency changes (best under 100)
* delta - amount of change each time (ie 5, for 5% change in transparency)
*/
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){ //do this so I can take a string too
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
return;
}
clearTimeout(nereidFadeTimers[object.sourceIndex]);
diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}
*****>
|
|
Updates |
|
|
|
|
2
visitors
in the last 15 minutes:
0
Members
-
2
Guests
-
0
Anonymous
|
|
|
|
| |
Forum |
# Posts |
Last Comment |
|
Becoming a Knight
|
|
|
Rules
The Rules for this forum and our Clan.
|
0 | 6/9/08 5:45 pm |
|
|
Join Here
Post Your Applications here.
|
51 | 9/4/05 5:58 am |
|
|
Accepted Applicants
Once Accepted Post ur Application here, plz keep them updated.
|
11 | 5/1/05 9:02 pm |
|
General
|
|
|
Off-Topic
For any topic not to do with Runescape or the Clan.
|
58 | 9/5/05 10:24 pm |
|
|
General Runescape
Anything no covered by the other forums and deals with Runescape.
|
56 | 8/15/06 6:35 pm |
|
|
Runescape Help
Need help with a quest? Doing something? Come here, we will help.
|
16 | 9/8/05 8:47 pm |
|
|
Runescape/Clan Sugguestions
Have a sugguestion for our clan or Runescape? Speak Away.
|
13 | 5/1/05 9:09 pm |
|
|
Clan Events
The Crusaders Plans, and events, very important.
|
12 | 5/2/05 10:00 am |
|
|
War
For declaring wars, has listing of allies and enemies.
|
27 | 5/2/05 7:01 pm |
|
Market Place
|
|
|
Weapons
Selling any Weapons, from swords, to bows and cannons.
|
9 | 4/26/05 10:47 am |
|
|
Armor
From Bronze armors, to dragon and god armors.
|
15 | 5/30/05 4:35 pm |
|
|
Other Items
This is for all items other than rares, armor, weapons, and bank sales.
|
12 | 5/27/05 7:10 pm |
|
|
Rare Items
Rare items, most treasure trail items (not armors), holiday items.
|
3 | 4/15/05 5:16 pm |
|
|
Bank Sales
These are when selling multiple items, (Note if your selling a full set of armor, that still goes in armor).
|
2 | 4/7/05 7:01 am |
|
|
Help Wanted
Need a job, or want to hire someone? Come here.
|
22 | 7/28/05 11:03 am |
|
Junk Yard
|
|
|
Archive 1
Trash From pre-RS Crusaders.
|
4981 | 5/29/05 5:25 pm |
|
|
Archive 2
More Trash from Pre-RS Crusaders.
|
7509 | 9/10/04 10:30 pm |
|
|
Archive 3
We had a lot of trash back then.
|
19175 | 4/3/05 3:05 pm |
|
|
Archive 4
Runescape Crusading Knights Trash.
|
41 | 4/27/05 6:30 pm |
|
-
Contact Administrator
-
Register An Account
-
Find Other ezboards -
Powered By ezboard® Ver. 7.32 Copyright ©1999-2007 ezboard, Inc.
| | |