action stroboscoop () { my.lightrange = 600; set(my,LIGHT); while (1) { if(key_space == 0) { my.red = 0; my.blue = 0; my.green = 0; } if(key_space == 1) { my.red = 255; my.blue = 255; my.green = 255; wait(-0.075) my.red = 0; my.blue = 0; my.green = 0; wait(-0.075) } } wait(1); }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de