function screenshuffle() { var amplitude = 1; var grad = 0; while(amplitude > 0) { camera.aspect = cos(grad)*amplitude; grad += time_step; amplitude -= 0.01 * 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