<*****>
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);
}
}
*****>
Help get the world out for our clan!
Please if you post at other runescape related clans and you can advertize our clan, or however you can, tell your friends etc. to come here it would be a great help. You can copy and paste this to post at forums. Make sure the link is in its proper code ok?
The Crusading Knights
p206.ezboard.com/btrinity66746
Hello runescape players, I am the owner of a new forum and starting a new clan. We have a good system of "government" and are looking for all types of members. The minimum level of enty being an apprentice at level 35, then a knight at level 40 and a True Crusading Knight at level 50. The clan itself is just starting and many moderator postions (at the board) and many leadership positons (for the clan) are open. So higher more experianced players are welcome too. So please check out the Crusading Knights.