Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: MusicallyInspired on Fri 20/06/2008 19:07:26

Title: Inventory Scroll Left/Right <SOLVED>
Post by: MusicallyInspired on Fri 20/06/2008 19:07:26
I've got a custom GUI at the bottom of my screen for my game with an Inventory window inside it. It'll be on the screen all the time. But it's a one line horizontal inventory window. Is there a way you can make inventory windows scroll left and right one item at a time instead of up and down?
Title: Re: Inventory Scroll Left/Right &
Post by: Khris on Fri 20/06/2008 19:18:03
Sure, just +1/-1 the InvWindow's .TopItem.
Title: Re: Inventory Scroll Left/Right <SOLVED>
Post by: MusicallyInspired on Sat 21/06/2008 00:17:01
Right on, thanks.