1 | if (live_call()) |
2 | return global.live_result; |
3 | image_xscale += 0.8; |
4 | image_yscale += 0.8; |
5 | if (image_xscale > 15) |
6 | { |
7 | if (image_alpha > 0) |
8 | image_alpha -= 0.33; |
9 | else |
10 | instance_destroy(); |
11 | } |