1 | if (instance_exists(obj_intro_text)) |
2 | { |
3 | if (obj_intro_text.message_current == 3 && obj_intro_text.characters == obj_intro_text.message_length && no_loop_1 == false) |
4 | { |
5 | alarm[0] = 20; |
6 | no_loop_1 = true; |
7 | } |
8 | if (obj_intro_dood_slide_4.image_alpha == 0 && no_loop_2 == false) |
9 | { |
10 | alarm[1] = 20; |
11 | no_loop_2 = true; |
12 | } |
13 | if (obj_intro_canister_slide_4.image_alpha == 1 && no_loop_3 == false) |
14 | { |
15 | alarm[2] = 20; |
16 | no_loop_3 = true; |
17 | } |
18 | } |