1 | if (live_call()) |
2 | return global.live_result; |
3 | if (destroy_noloop == false) |
4 | { |
5 | destroy_noloop = true; |
6 | vspeed -= 2; |
7 | gravity = 0.25; |
8 | } |
9 | image_alpha -= 0.1; |
10 | if (image_alpha <= 0) |
11 | instance_destroy(); |
12 | image_angle -= 20; |