Thread: MouseOver?
View Single Post
  #8  
Old 10-27-2009, 05:21 PM
Imperialistic Imperialistic is offline
graal player lord
Imperialistic's Avatar
Join Date: Apr 2007
Location: Florida
Posts: 1,094
Imperialistic is a jewel in the roughImperialistic is a jewel in the rough
I tried rebuilding something better:
PHP Code:
//#CLIENTSIDE
function onCreated()
 {
 for (
jplayers) {
    if ( 
mousex in j.0.5j.2.5| && mousey in j.yj.3|) {
      
showText250j.1.5j.3.2"Comic Sans MS""cb"j.nick.substringNULLmin30j.nick.pos"("))));
      
changeImgVis2500);
      if ( 
j.guild != NULL) {
        
showText251j.1.3j.4.5"Comic Sans MS""cb""[ " j.guild " ]");
        
changeImgVis2510);
        if ( 
containsthis.staffGuildsj.guild)) changeImgColors251NULL1NULL1);
      }
    }
  }

  for ( 
jnpcs) {
    if ( 
mousex in j.0.5j.2.5| && mousey in j.yj.3|) {
      
showText250j.1.5j.3.2"Comic Sans MS""cb"j.nick.substringNULLmin30j.nick.pos"("))));
      
changeImgVis2500);
      if ( 
j.guild != NULL) {
        
showText251j.1.3j.4.5"Comic Sans MS""cb""[ " j.guild " ]");
        
changeImgVis2510);
        if ( 
containsthis.staffGuildsj.guild)) changeImgColors251NULL1NULL1);
      }
    }
  }

__________________
" It's been swell, but the swelling's gone down. "
Reply With Quote