1 | size += 0.1; |
2 | if (size > maxsize) |
3 | image_alpha -= 0.2; |
4 | image_xscale = size; |
5 | image_yscale = size; |
6 | if (image_alpha < 0.06) |
7 | instance_destroy(); |
8 | x = (xstart + 3) - random(6); |
9 | y = (ystart + 3) - random(6); |