Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Jaffles on Wed 22/02/2012 02:58:19

Title: Trouble Setting Up Inventory GUI
Post by: Jaffles on Wed 22/02/2012 02:58:19
Hey everyone,

Since I wanted to run my game at a higher res than the default, I'm designing my GUIs from scratch and I'm having trouble setting up my inventory GUI. I can get inventory items to appear in the inventory window just fine, but whenever I click on an item within the inventory window, nothing happens, even if my pointer is in "interact" mode. Is there a command that allows you to use the items in your inventory? Or am I missing something else entirely? Thanks in advance.
Title: Re: Trouble Setting Up Inventory GUI
Post by: steptoe on Wed 22/02/2012 05:33:59
Look at the inventory window items height and width in the inventory window events pane on the gInventory GUI, you can adjust width and height sizes.

Maybe your items are too small for the window allocated sizes and you can't seem to click it.

This may be the problem and you can adjust.