1 | max_index = 0; |
2 | image_play = false; |
3 | image_blend = c_black; |
4 | image_speed = 0; |
5 | timer = 0; |
6 | headsprite = spr_thrash_transform_head_c; |
7 | if (global.flag[220 thrash_machine_head] == 1) |
8 | headsprite = spr_thrash_transform_head_b; |
9 | else if (global.flag[220 thrash_machine_head] == 2) |
10 | headsprite = spr_thrash_transform_head_a; |
11 | else if (global.flag[220 thrash_machine_head] == 3) |
12 | headsprite = spr_thrash_transform_head_d; |
13 | frame_offset = 7; |
14 | screen_fade = -0.5; |