draw_set_alpha(image_alpha);
draw_set_color(c_black);
draw_rectangle(x, y, x + 640, y + 480, false);
draw_set_alpha(1);