Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
08 December 2011 - 07:03 AM
draw_set_alpha(0.5);Use any value between 0 and 1.EDIT:Also, make sure to set it back to 1 when you draw other things.
draw_set_alpha(0.5);
08 December 2011 - 02:57 AM
draw_text_ext(...) should have an alpha argument
04 December 2005 - 09:36 PM