Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: a157thhokage on Thu 02/09/2010 14:58:54

Title: I can't pick up objects?*Solved*
Post by: a157thhokage on Thu 02/09/2010 14:58:54
I can't pick up objects. I inserted the object then i clicked interact object an put this in the script:function oKey_Interact()
{
 oKey.Visible = false;
 player.AddInventory(iKey);
When i test run , the hand icon doesnt appear when i move my mouse over the object and i cant pick it up.Solutions?
Title: Re: I can't pick up objects?
Post by: Khris on Thu 02/09/2010 17:29:32
This doesn't happen automatically; by default, you have to change the mouse mode yourself by clicking its button in the bar at the top of the screen or by clicking the right mouse button.