image_blend = c_gray; draw_self(); image_blend = c_white; with (obj_bullet_scarecrow2) { image_blend = c_gray; draw_self(); image_blend = c_white; } scr_draw_in_box_begin(); draw_self(); with (obj_bullet_scarecrow2) draw_self(); scr_draw_in_box_end();