You may done like this with version 6.40.2:

panel myPanel
{
...
bmap = <Image.bmp>;
flags = visible, transparent;
}

function main()
{
....
....
myPanel.alpha = 80; // play with the value
}

use bitmap instead of any image file with alpha channel.


Last edited by vlau; 03/22/06 11:11.