Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: mport2004 on Sat 26/04/2008 05:35:30

Title: IsCollidingWithChar/AreThingsOverlapping
Post by: mport2004 on Sat 26/04/2008 05:35:30
It says that it just checks the baselines of the characters for the character collide and for the things overlapping it does a rectangular check so is there a nontransparent pixel based collision code I could use so my characters look like they are touching.
Title: Re: IsCollidingWithChar/AreThingsOverlapping
Post by: GarageGothic on Sat 26/04/2008 12:14:04
Not to take the credit, but a while back I came up with a pixel perfect collision detection technique, which SSH then developed into his Pixel Perfect Collision Detection module (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=26307). You might want to give that a try.
Title: Re: IsCollidingWithChar/AreThingsOverlapping
Post by: mport2004 on Sat 26/04/2008 18:20:14
Thank you for showing me the module its just what I needed.