Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Slasher on Sun 23/09/2012 07:45:49

Title: Dialog options: scroll bar
Post by: Slasher on Sun 23/09/2012 07:45:49
EDIT: Perhaps its better to position text gui for dialogs and used that but i would still be interested to know.

Is it possible for a custom gui used for dialog options to have a scroll bar?

I have set its size and it works fine for 3 options each up to screen width, but what if I have say 7 options? Can I add scroll down / up or is there a better way or should I just stick to normal text gui?

Thanks if you can enlighting
Title: Re: Dialog options: scroll bar
Post by: Khris on Sun 23/09/2012 16:15:50
I believe there's a module that supports scrolling.
But now that we have custom dialog GUI rendering (http://www.adventuregamestudio.co.uk/manual/CustomDialogOptions.htm), you should look into that.
Title: Re: Dialog options: scroll bar
Post by: Slasher on Sun 23/09/2012 16:27:19
Thank you Khris

I will take a read of it.