Hier ist ein code für das Laden
BMAP* load_pcx = "load1.pcx";
PANEL* load_pan =
{
button (355, 720, "load2.pcx", "load1.pcx", "load2.pcx", load_game(), NULL, NULL); //550,720
Layer = 44000;
//flags = SHOW; //Bild mit schwarzem Hintergund
flags = OVERLAY | SHOW; // Bild Transparent
}
Was ich meine ist wenn ich den wert button 355 auf 450 setzte
so das daß Panel weiter nach links gesetzt wird geht nicht mehr als keine funktion auf dem Button mehr
Last edited by Det; 02/19/13 21:06.