Action Fahrstuhl{ while(my.z<100) { my.z +=4*time_step; if(my.z == 100) { break; } wait(1); } while(my.z < 101 && my.z>=0) { my.z-=4*time; If (my.z==0) { break; } wait(1); } }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de