Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: TheRoger on Sat 06/03/2010 14:15:29

Title: Need help with object action size. SOLVED
Post by: TheRoger on Sat 06/03/2010 14:15:29
I have added object in the scene and have put event on it, problem is, that action area is very small comparing to object size. How to change action area size?
Title: Re: Need help with object action size.
Post by: barefoot on Sat 06/03/2010 14:31:24
Hi

I generally use a hotspot over an object if its quite small and use that to set the events... depending what the event are supposed to achieve...

barefoot
Title: Re: Need help with object action size.
Post by: TheRoger on Sat 06/03/2010 14:37:04
I'll try that out, but is it works with items that I can pick up?
Title: Re: Need help with object action size.
Post by: Khris on Sat 06/03/2010 15:52:03
Quote from: TheRoger on Sat 06/03/2010 14:15:29action area is very small comparing to object size

This shouldn't be the case, usually every opaque pixel of an object's sprite can be clicked on.
If you want to go with a hotspot, set the object to not being clickable and turn off the hotspot after the object has been picked up.