I have chipmunk collision working and I have tested to the point where I can hide enemy sprite after collision. What I would like to do is, enemy hit animation after getting hit by projectile. What is the best way for doing this? Calling a method in GameNode class seems impossible... or I just don't know how to do it...
Any help or advise would be appreciated.
Thank you everyone.