Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: spook1 on Fri 21/04/2006 10:52:32

Title: character.say(" "); in front of GUI
Post by: spook1 on Fri 21/04/2006 10:52:32
II have a GUI which fills the whole screen (training game, exercise on simulated interface)
yet i want to display Speech, over the GUI.
Is there a way to do this?

Now, all I can manage is to display a message, but then I cannot set the textcolor.

Any suggestions?

Martijn
Title: Re: character.say(" "); in front of GUI
Post by: Gilbert on Fri 21/04/2006 10:55:32
Since speeches are overlays they're always displayed below GUIs (I think, not sure), if you want the text over a GUI, you may try making another GUI with transparent background for displaying the text.