hi
i have the problem that the lit-c tutorial from the acknex site has this code:

////////////////////////////////////////////////////////////////////
#include
#include

////////////////////////////////////////////////////////////////////

BMAP* first_pcx = "first.pcx"; // meine erste bmap

PANEL* first_pan = //mein erstes panel
{
pos_x = 0;
pos_y = 0;
layer = 1;
bmap = first_pcx;
flags = OVERLAY | VISIBLE;
}

/////////////////////////////////////////////////////////////////////

function main()
{
video_mode = 7;
screen_color.blue = 150;
}

i have changed the value to my needs:

////////////////////////////////////////////////////////////////////
#include
#include

////////////////////////////////////////////////////////////////////

BMAP* sgapanel_bmp = "sgapanel.bmp"; // meine erste bmap

PANEL* first_pan = //mein erstes panel
{
pos_x = 0;
pos_y = 0;
layer = 1;
bmap = first_pcx;
flags = OVERLAY | VISIBLE;
}

/////////////////////////////////////////////////////////////////////

function main()
{
video_mode = 11;
screen_color.blue = 150;
}

but it doen't work.
i saved it as a .c file and set tht path but it doesn't work.
can somebody helt please??
sam


GS-Extra Looking for a scripter Suche einen scripter. Estou a procura de um "Scripter".