Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Jakerpot on Mon 26/01/2009 22:33:20

Title: Changing Display() Text color
Post by: Jakerpot on Mon 26/01/2009 22:33:20
Hi everyone! I wanted to know how to change a display(); text color.
Thanks! J-
Title: Re: Changing Display() Text color
Post by: GarageGothic on Mon 26/01/2009 23:02:00
I take it you've already created a custom text-window GUI? If so, earlier versions of AGS used to have a GUI property called "Foreground color" which changed the text color. According to the change list this has now been renamed to "Border color" though, but I assume it still affects the text too.
Title: Re: Changing Display() Text color
Post by: Jakerpot on Mon 26/01/2009 23:58:11
no, i didnt created a text box... I never used that, i only done the texts on display()... how i do that ?
Thanks! J-
Title: Re: Changing Display() Text color
Post by: GarageGothic on Tue 27/01/2009 00:04:09
Check the "Customized Text Windows" entry in the manual.
Title: Re: Changing Display() Text color
Post by: Jakerpot on Tue 27/01/2009 00:45:16
ok thanks!
J-