Hello.
I am using Chipmunk with Parallax, it's all working well but one thing is really messing with my head :) I need to have a collision object move in from out of the screen, like it's on the uppermost parallax layer. Would it best to use a static and move it, then rehash every frame (messy I think) or use a normal body which is not affected by gravity and try to keep it attached to a layer?
Parallax looks great but is really confusing. :)