panel ziel_pan
{
bmap = "Ziel.bm";
pos_x = 100;
pos_y = 120;
button (650, 500, newGame_bmap, newGame2_bmap, newGame_bmap, funktion_bei_klick, NULL, NULL);
flags = VISIBLE;
}
////////////////////////////////////////////////////////////////////
function main()
{
mouse_map =maus_bmp;
mouse_mode = 2;
while (1)
{
mouse_pos.x = pointer.x;
mouse_pos.y = pointer.y;
wait (1);
}
}
Hoffe das hilft dir!
MfG
Matthias