Hello @all!
I'm creating a panel and have tested it and it works, but the egine shows a black screen, nothing else.

The picture is in the right size and has the right format, visible is turned on. No errors. Where's the mistake?
Is there an mistake at all? :
///////////////////////////
VAR video_mode = 8;
VAR video_depth = 16;
Bmap metal = "menu.bmp";//use this picture
///////////////////////////
PANEL menu_pan
{
pos.x = 0;
pos.y = 0;
Bmap = metal;//use predifined picture
}
///////////////////////////
FUNCTION main()
{
menu_pan.VISIBLE = on;//visible is turned on
load_level("menu_DG.wmp");//load in this level
}thx, Boochie.