View Single Post
  #6  
Old 08-07-2006, 09:54 PM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
I have

PHP Code:
with (findImg(4000)) {
        
polygon = { 00screenwidth0screenwidthscreenheight0screenheight};
        
alpha 0.3;
        
red 0.9;
        
green 0.9;
        
blue 0.9;
        
layer 4;
      } 
I also tried

PHP Code:
with (findImg(4000)) {
        
polygon = { 00screenwidth0screenwidthscreenheight0screenheight};
        
this.alpha 0.3;
        
this.red 0.9;
        
this.green 0.9;
        
this.blue 0.9;
        
layer 4;
      } 
But it doesnt appear to work... anything noticable that's causing the problem?
__________________



Reply With Quote