Chapter 6. Joints and Motors

All kinds of bodies you've met until now have something in common: they are free and do not depend on each other, unless they collide. Sometimes you may want to constrain bodies to each other. If you think about Crush the Castle game, the siege machine is made by a series of bodies connected together in some way.

Box2D allows us to create constraints between bodies with joints . Joints allow us to build complex objects and give more realism to our games.

In this chapter you will learn how to create the most common types of joints, and you will discover, among other things, how to:

  • Pick, drag, and drop bodies with mouse joints
  • Keep bodies at a given distance with distance joints
  • Make bodies rotate using revolute joints

Get Box2D for Flash Games now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.