1 | if live_call() |
2 | return global.live_result; |
3 | for (var i = 0; i < array_length(object_array); i++) |
4 | { |
5 | if (!instance_exists(object_array[i])) |
6 | { |
7 | } |
8 | else |
9 | { |
10 | with (object_array[i]) |
11 | draw_sprite_ext(sprite_index, image_index, x, (y + (sprite_get_height(sprite_index) - sprite_get_yoffset(sprite_index)) * 2), 1, -1, 0, c_black, 1) |
12 | } |
13 | } |