///Draw the surface. //Set the blending mode. draw_set_blend_mode(bm_subtract); //Draw the surface. draw_surface(surf,view_xview[0],view_yview[0]); //Set the blending end mode. draw_set_blend_mode(bm_normal);