1 | image_alpha = 0; |
2 | maxalpha = 1; |
3 | timer = 0; |
4 | vspeed = 1 + random(2); |
5 | alarm[0] = 4; |
6 | depth = -2; |
7 | size = random(0.5) + 0.5; |
8 | image_xscale = size; |
9 | image_yscale = size; |
10 | rotspeed = 3 + floor(random(5)); |
11 | image_speed = 0; |