1 | image_alpha -= rate; |
2 | if (image_alpha <= 0) |
3 | instance_destroy(); |
4 | if (hasboss == 1) |
5 | { |
6 | x = boss.x; |
7 | y = boss.y; |
8 | } |
9 | if (image_alpha > 1 && punch_telegraph == 1) |
10 | { |
11 | punch_telegraph = 1; |
12 | rate = -0.4; |
13 | } |