Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using Corey O'Neil's Collision Detection Kit to test for collisions between two objects using a 'CollisionList'.

I am making a platformer, and at the moment, the terrain hitTests with the entire player's shape. I just want the terrain to hitTest with the player's registration point.

How can I do this?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.