Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: xenogia on Sun 31/05/2009 04:25:54

Title: Objects non-interactive
Post by: xenogia on Sun 31/05/2009 04:25:54
Just wondering if there is way to make an object totally non interactive, as if its showing an animation but putting the mouse cursor over makes it do nothing.  An example is I am using a verb icon, and even if you hold down the mouse button there it still comes up with options.
Title: Re: Objects non-interactive
Post by: Trent R on Sun 31/05/2009 04:36:45
Object.Clickable is what you're looking for.

Quote from: The ManualThis is useful if you are using the object for visual effects and don't want it to be clicked on by the player.

~Trent