How to use draw_text and set the text transparent? Same for draw_rectangle_color and other draw functions... How do you make it transparent? o.o
Image_alpha for draw_text etc..
Started by Zajac, Dec 08 2011 02:39 AM
4 replies to this topic
#1
Posted 08 December 2011 - 02:39 AM
#2
Posted 08 December 2011 - 02:41 AM
draw_text_ext(...) should have an alpha argument
#3
Posted 08 December 2011 - 02:57 AM
draw_text_ext(...) should have an alpha argument
It actually doesn't o.o
#4
Posted 08 December 2011 - 04:54 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.
Edited by piluke, 08 December 2011 - 04:55 AM.
#5
Posted 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.
Thanks. It works with the rectangle, but it still doesn't work for draw_text..
Edit: Nevermind, it does. Sorry. Thanks again.
Edited by Zajac, 08 December 2011 - 07:09 AM.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











