1 | if (!instance_exists(obj_heart_death_screen_split) && no_loop == false) |
2 | { |
3 | alarm[0] = 45; |
4 | no_loop = true; |
5 | } |
6 | if (generate == true && image_alpha != 1) |
7 | image_alpha += 0.05; |
8 | if (image_alpha == 1 && no_loop_2 == false) |
9 | { |
10 | alarm[1] = 30; |
11 | no_loop_2 = true; |
12 | } |