N.B. This question is related to showpoly, but it's a different question than what the other showpoly topic contains.
Does anyone know if it's possible to cause a poly to 'fade'?
I tried:
PHP Code:
showpoly(4000,{0,0,screenwidth,0,screenwidth,screenheight,0,screenheight});
changeimgcolors(4000,1,1,1,0.3);
But it just stays as a solid white. Does anyone know if it's possible to fade it? (and if so, can you tell me please?)