var counter = 100; function countdown() { while(1) { counter -= 0.5 * time_step; counter = clamp(counter,0,100); wait(1); } }
Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de