|
Name: Maker-Zero Tolerance Discription: Your PM Inbox Flashes when you got messages. Preview: None Yet! Side Notes: Yes yet another one i had and moded to fit my board. I use cool things sometimes. I'll post all the ones i got if i can. Anyways here you are.
Goes In Footer
| QUOTE | <script> // Flashing Inbox Link // Created By Zero Tolerance // ©2003-2004 Game Zone | Evolution, All Rights Reserved
FlashColor = "red" Speed = 0.3; // Changes Color Every 0.3 Seconds
Do = 0 Links = document.getElementsByTagName('a') for(i=0;i<Links.length;i++){ if(Links[i].innerHTML.match(/Inbox \((\d+)\)/i)){ if(RegExp.$1 > 0){ Links[i].setAttribute('Flash', 'Yes') Do++ } } }
function FlashOn(){ Links = document.getElementsByTagName('a') for(i=0;i<Links.length;i++){ if(Links[i].getAttribute('Flash')){ Links[i].style.color = FlashColor } } setTimeout("FlashOff()", Speed*1000) }
function FlashOff(){ Links = document.getElementsByTagName('a') for(i=0;i<Links.length;i++){ if(Links[i].getAttribute('Flash')){ Links[i].style.color = '' } } setTimeout("FlashOn()", Speed*1000) }
if(Do > 0){ FlashOff() } </script> |
Things in red can be edited. Color of flash of course. everything else is ready for it. No preview to it because you have to be a member to see it so do what ever.
--------------------
Community Staff Who knew heh.
|