I am making a Tarzan-like game and have been brainstorming on making a body swing from one rope to another. Using Box2d and Cocos2d I have made a rope of revoulute joint segments with the body attached to lowest segment using a weldjoint. I was thinking about setting some conditions to know if the segment farthest away from the rope's fixed point has moved a certain angle triggered by a mousejoint (for example 60 degrees from it's initial point) and destroy the original weldJoint whiles applying a force to move the body to another the other rope (creating a new weldJoint). I don't know whether I am explaining this well. But this seems to make sense to me in theory. Is this a good way to approach this problem.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|