
08-06-2006, 12:59 PM
|
Graal2001 Administration
|
 |
Join Date: Jul 2004
Location: Netherlands
Posts: 419
|
|
Quote:
Originally Posted by Omini
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?)
|
PHP Code:
with ( findImg( 4000)) {
polygon = { 0, 0, screenwidth, 0, screenwidth, screenheight, 0, screenheight};
alpha = 0.3;
layer = 4;
}
Should work |
__________________
AIM: Contiga122
MSN: [email protected]
Status:
Quote:
Originally Posted by unixmad
I am also awake 3AM to help correct problems.
|
Quote:
Originally Posted by Bomy Island RC people
Daniel: HoudiniMan is a bad guy =p
*Bell: rofl. I first read that as houdini is a bad man. like the little kid that wants his mommy to keep her away from that boogie man
Daniel: xD
*Rufus: I wouldn't want my kids around him.
|
|
|
|