var inc;define speed, skill2;if (key_q==1){ if (my.speed >= 3) {inc = -0.1;} if (my.speed <= 0) {inc = 0.1;} my.speed += inc * time_step;}
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de