Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: on Thu 04/12/2003 15:15:35

Title: Dialogcolor
Post by: on Thu 04/12/2003 15:15:35
Hi,

I would like to change the color and the mouseover-color of the things, which one can select in a dialogue. Unfortunately one cannot adjust that anywhere. Can I regulate that somehow with a script?

Daniel

Title: Re:Dialogcolor
Post by: Ishmael on Thu 04/12/2003 15:22:45
As I can't find the thead once again, I must rely on my memory... If I remember correct, custom dialog GUI foreground color effects the highlight color, and the player character speech color effects the normal color of them... but I'm not sure about the built-in dialog option list highlight color.
Title: Re:Dialogcolor
Post by: on Thu 04/12/2003 16:16:13
That doesnt function at my AGS-Game. How do I have to proceed, if I want to make it with a own script?
Title: Re:Dialogcolor
Post by: Scorpiorus on Thu 04/12/2003 23:45:53
This is really strange because it works for me  ::)
Title: Re:Dialogcolor
Post by: Pumaman on Sat 06/12/2003 18:16:55
The dialog options are drawn in the player character's talking colour. The highlighted option colour uses the GUI foreground colour if you are using a GUI TextWindow, otherwise it is hardcoded to yellow.

I'll add to my list an option to customize the highlight colour in these circumstances.