action lift_hochfahren{ while(1) { If(my.z< 200) //my.z kleiner als 200 ist fahre hoch { my.z +=4*time_step; } else { my.z-=4*time_step; } wait(1); }}
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de