Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: x_traveler_x on Fri 11/03/2005 01:11:14

Title: Displaying two text windows at once
Post by: x_traveler_x on Fri 11/03/2005 01:11:14
I was wondering if there was a way to display two text windows, one in the upper left corner and one in the lower right corner for example, at the same time.  One thing I thought of was just designing special GUIs-- any ideas better than this?
Title: Re: Displaying two text windows at once
Post by: Gilbert on Fri 11/03/2005 03:02:37
Just create an ordinary GUI and drag a rectangular text label on it, you can use SetLabelText() to change the text.