action goal() { var range=10; while(1) { if (playerCar.x>my.x-range && playerCar.x<my.x+range) { break; } wait(1); } level_load("leve2.wmb"); }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de