Hi,
I am currently using actions to manage some movement in my game, like falling objects.
But as i am adding more and more different movement, i am wondering if it would not be easier to let chimpmunk handle movements for me.
I am currently using NSCoder to save the game in case the player quit. How can i do to save and retore physic body in movement (like falling objects) ?
I ask before i change my code, because i don't want to change everything and get stuck at the end...
Thanks