View Single Post
  #1  
Old 11-16-2003, 04:40 AM
haunter haunter is offline
Registered User
haunter's Avatar
Join Date: Mar 2001
Posts: 7,989
haunter is on a distinguished road
translucent polygons

I was playing around with polygons, but when i tried to make it translucent, it didnt work... It changes color, but the alpha doesn't change...

Am I doing something wrong? Was it made not to work? Or is it a bug? (if its a bug, would a mod please move this thread)...

NPC Code:
// NPC made by Shadowless
if (created) {
showpoly i,{
x,y,
x+5,y+5,
x+4,y-7
};
changeimgcolors i,1,0,1,.2;
}

Reply With Quote