function test() { while(a == 1) { g = 6; a = 0; if(!key_space) { continue_running = 1; } wait(1); } } function run_101() { while(1) { if(key_space && continue_running) { a = 1; continue_running = 0; } wait(1); } }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de