About Store Forum Documentation Contact



Post Reply 
Change TextLine color
Author Message
neo22 Offline
Member

Post: #1
Change TextLine color
Hi,
I need to change the font color on one of my TextLine, how can y perform this?
thanks.

ps : sorry for the language i'm french.wink
05-13-2011 10:52 AM
Visit this user's website Find all posts by this user Quote this message in a reply
yvanvds Offline
Member

Post: #2
RE: Change TextLine color
Text_ds.color = Color(255, 102, 00);
Gui.tds_textline = Text_ds;

this will change all textlines though. I'm not sure if you can change it for just one. Perhaps if you switch it just before drawing the textline you want and switch it back afterwards?
05-27-2011 04:40 PM
Find all posts by this user Quote this message in a reply
Post Reply