1 | if (live_call()) |
2 | return global.live_result; |
3 | event_inherited(); |
4 | if (hp_self <= 0) |
5 | { |
6 | image_alpha -= 0.1; |
7 | if (image_alpha <= 0) |
8 | instance_destroy(); |
9 | } |
10 | if (point_distance(x, y, 320, 240) > 900) |
11 | instance_destroy(); |