1 | if (image_index == 28) |
2 | { |
3 | image_speed = 0 |
4 | image_index = 29 |
5 | alarm[1] = 120 |
6 | } |
7 | if (destroy == true) |
8 | { |
9 | if (image_alpha > 0) |
10 | image_alpha -= 0.1 |
11 | else |
12 | instance_destroy() |
13 | } |