code:
}
buddylist
{
Accessible: true;
AccRole: 33;
AccState: 0;
background: rcbmp(100,1,#000000,211,202,0,0);
animation: log | alpha | mediumslow | delayshort;
alpha: 225;
}
i put this into the UIfile, but i cant see the image.. and after a few tries.. the program stops working..
can u help me figure out how to make the image appear..
quote:
rcbmp(BMP_ID, STRETCHING, TRANSPARENT_COLOR, WIDTH, HEIGHT, SIZE_FLAG, MIRROR)
TRANSPARENT_COLOR: #RRGGBB
STRETCHING: 1 = normal, 3, = tile, 6 = stretch, 7 = 32 bit bitmap
SIZE_FLAG: 1 = use bitmap dimensions, 0 = use explicit dimensions(the ones you specified)
MIRROR: 0 = normal, 1 mirror
this is so you can decode it down and make it easy to understand.. i jsut cant figure out how to make the image appear..
i think its a problem with the transpearency, but im no genious with that #RRGGBB stuff.