how to detect collision between a point and object

Monkey Targets Forums/iOS/how to detect collision between a point and object

soXes(Posted 2013) [#1]
Hi All,

I am using fantomEngine v152 to build a game. i created a Boy, he can kill bugs by touch bugs with hands. his hands can move up or down. can you help me on this?

+ we can add a Object Animation for a Boy, and control his hands Or we can add his hands to his body?
+ how can we detect his hands touch to bugs

Please give me advice


MikeHart(Posted 2013) [#2]
If your hands are separated objects, you can use the parent/child relationship. Animated objects can be create via CreateAnimImage.


soXes(Posted 2013) [#3]
thanks for your advice!


MikeHart(Posted 2014) [#4]
Sorry, i never saw this before. Are th hands separate objects?