/////////////////////////////// #include <acknex.h> #include <default.c> /////////////////////////////// function main() { mouse_mode = 2; while (1) { mouse_pos.x = mouse_cursor.x; mouse_pos.y = mouse_cursor.y; wait (1); } PANEL* load_program = { pos_x = 1; pos_y = 1; bmap = "load.gif"; } }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de