Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: pakolmo on Sun 27/11/2016 21:26:57

Title: A classic Sierra GUI (With Score)
Post by: pakolmo on Sun 27/11/2016 21:26:57
I don't know how to do a new gui with texts.

I want a gui as old SCI sierra games.

"1 Point of 300"   "Leisure Suit Larry 2" -> Example
Title: Re: A classic Sierra GUI (With Score)
Post by: Khris on Sun 27/11/2016 21:37:41
A default game has a status bar GUI at the top. All you need to do is add a new label to it. Set the text to "@SCORE@ Points of 300".
You can add more than one label.
Title: Re: A classic Sierra GUI (With Score)
Post by: pakolmo on Sun 27/11/2016 23:12:58
Thank you!