Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: arj0n on Fri 13/01/2012 10:04:12

Title: Diagonal object clickable area
Post by: arj0n on Fri 13/01/2012 10:04:12
How can I change the clickable object of a diagonal object (like a stick) so that only the diagonal stick itself is clickable and not the other transparant areas of the sprite?
Title: Re: Diagonal object clickable area
Post by: Khris on Fri 13/01/2012 13:25:02
Transparent areas of Object sprites are ignored by default.
Check the "Pixel-perfect click detection" setting in General settings / Visual and set it to true.
Title: Re: Diagonal object clickable area
Post by: arj0n on Fri 13/01/2012 13:44:12
Thanx, I think I used the wrong 'Transparant colour' option when importing the sprite.