Also, ich hab "mal wieder" ein Problem mit der A6 Extra.
bei Spielbeginn kommt ein Loadingscreen, dann kommt mal in ein Level. Wenn mann dort durch isst kommt ein Levelchange mit Loadingscreen. Aber der Screen verschwindet nicht. und das Spiel verschwimmt. Brache dringend Hilfe. Danke.

Code:
 bmap loading_lv = <load.bmp>; 
panel loadingscreen {
bmap = loading_lv;
flags = refresh,d3d;
}

function load_level()
{
loadingscreen.pos_x = (screen_size.x - bmap_width(loading_lv))/2;
loadingscreen.pos_y = (screen_size.y - bmap_height(loading_lv))/2;

loadingscreen.visible = on;
wait(3);
sleep(2);
LOAD_LEVEL <lotd.wmb>;
loadingscreen.visible = off;
bmap_purge(loading_lv);

}


ACTION levelchange
{

MY.ENABLE_IMPACT = ON;
MY.EVENT = load_level;

}





------------------------- 3D GameStudio A5.5 Standart 3D GameStudio A6 Extra 3D GameStudio A6.22 Professional ------------------------- AMD Sempron 3300+ ~2GHz Nvidia GForce 6200 256MB 1024 DDR Ram 15 Zoll Monitor -------------------------