Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I am trying to find out collision detection between specific objects and when they are colliding then want to invoke a specific method.

I have read one this tutorial but I don't understand how to use it with one ball and one cylinder on iPhone. How can I do this?

share|improve this question
2  
You forgot to add a question, so I added one for you. Is there any more details you can share: what did you try so far? Is there something special that is blocking you? Did you try going from a more simple collision (e.g. box-box) and build up from there? – Laurent Couvidou Dec 14 '12 at 10:13
I just want to know that how to invoke any method when ball is touching any object and to get information about that object to whom ball is touching? – iPhoneBuddy Dec 19 '12 at 6:57

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.