Quote:
Originally Posted by Omini
Doesn't appear to. No matter what I have alpha set to, it just stays as solid white.
|
Try this then:
PHP Code:
with ( findImg( 4000)) {
polygon = { 0, 0, screenwidth, 0, screenwidth, screenheight, 0, screenheight};
green = 0.9;
alpha = 0.3;
blue = 0.9;
red = 0.9;
layer = 4;
}
Should be still a bit white, but transparant.