<*****>
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);
}
}
*****>
want to know the fastest way to make cash....LEGALLY IN RS!
If you have completed rouge trader quest then be prepaired to make some serious money. What i do is i keep switching world buy chaos natures and death from the guy in alkharid who sells you runes cheaper after you do the quest. An i world hop for hours till i have lots of runes. I have found a client better than internet explorer that makes my world switching speed double. The program is called SwiftSwitch. You can download it here www.iwfonline.net/rsswiftshift.exe with this i have made little over 5mill in just one week by buying death,nature,and chaos runes cheaper and selling to other players for more than i bought them.