Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Akumayo on Sun 11/04/2004 17:23:26

Title: Custom colors on the Input Box???
Post by: Akumayo on Sun 11/04/2004 17:23:26
How exactly would you edit the color scheme on the Input Box, as it has no GUI number???  ( I am using a hi-color game)
Title: Re:Custom colors on the Input Box???
Post by: Ben on Sun 11/04/2004 17:32:21
You can't edit the default gray input box, but you can create your own with the GUI editor. Just add a text box, then add an "OK" button and script an interaction for it that handles the text entered. Look up GetTextBoxText in the manual-- it works about the same way as InputBox.