Thread: Player ap bar
View Single Post
  #6  
Old 12-01-2009, 08:48 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Crow View Post
Bull****. Both findImg() and showImg() are valid GS2.
I didn't say it wasn't. I personally like to see findimg, it's a little more flexible and looks better than doing:

PHP Code:
function comparison() {
  
// Showimg
  
showimg(200"block.png"2020);
  
changeimgvis(2004);
  
changeimgcolors(20010.500.5);
  
// Findimg
  
with (findimg(200)) {
    
image "block.png";
    
20;
    
20;
    
red 1;
    
green 0.5;
    
blue 0;
    
layer 4;
  }

__________________
Quote:
Reply With Quote