bmap arrow="arrow.tga"; // Your mouse pointer bitmap// ...function main(){mouse_map=arrow;mouse_mode=1; // Activate the mouse// ...while(1){mouse_pos.x=pointer.x;mouse_pos.y=pointer.y; // Move the pointerwait(1);}}
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de