as the title says, the splashscreen i have made does not show, but the time for which it is supposed to show up works just fine. i have this set up:
bmap logo_800, <logo_800.jpg>;
panel black_pan{
bmap = logo_800.jpg;
pos_x=0;pos_y=0;
layer = 100;
flags=transparent;
alpha=0;
}
and this in main:
black_pan.visible = on;
wait(-3);
black_pan.visible = off;
can you help me figure out the problem?