1 | if (live_call()) |
2 | return global.live_result; |
3 | if (note_destroy == true) |
4 | { |
5 | draw_self(); |
6 | exit; |
7 | } |
8 | draw_sprite_clip_ext(sprite_index, image_index, x, y, image_xscale, image_yscale, 16777215, image_alpha, box.bbox_left + 5, box.bbox_top, box.sprite_width - 10, box.sprite_height - 37); |