Can anyone help me?
The engine make now no problems
but the Bitmap is not appearence.
I hope anyone can help me
my code:
BMAP Meinebmp = "Anzeige.tga";//Bild_location
PANEL Anzeige1()
{
pos_x = 250; //Position X
pos_y = 600; //Position Y
layer = 3; //Ebene
bmap = MeineBmp; //alternativ Name
}
///////////////////////////////////////////////////////////
action markierung()
{
while(my != NULL)
{
c_trace(my.x,vector(my.x,my.y,my.z+500),IGNORE_ME|IGNORE_PASSABLE);
if(you != NULL)
{
if(you.flag5 == ON)
{
anzeige1.VISIBLE = ON;
}
}
wait(1);
}
}