Home | Flash AS3 Tutorials | Flash Animation Tutorials | Store

Box2D Flash ActionScript Tutorial: Create a Realistic Physics Simulation Pulley System

In this Box2D Flash Physics Simulation tutorial, we add some graphics (e.g. Pulleys and Pulley Ropes) on the stage to create a more realistic pulley system.

Please update flash player to view this Flash ActionScript tutorial!

Flash Box2D Physics Simulation Tutorial Content

A Pulley Joint is used to create an idealized pulley. The pulley connects two bodies to ground and to each other. As one body goes up, the other goes down. The total length of the pulley rope is conserved according to the initial configuration.

STEP 3: Create a Realistic Pulley System
In the previous example, you can imagine the two boxes are connected by a Pulley Rope with 250 pixels in length. And the Pulleys are located 250 pixels above the two boxes (when both in static). In this example, the Pulleys and the Pulley Rope are also drawn on the stage to provide a more interesting Pulley System.

Flash ActionScript Codes:

Almost all flash source codes on this website are free to download. In order to maintain our website, which includes the developement and maintenance of tutorials, we would appreciate your kind contribution by buying some source files at very small fee. Once we get reasonable amount of incentives from contribution or Advertisement sponsors, the source codes will be released for free to download.

Download Flash Source File:

Flash Source File Awaiting to be released.

Remarks:

This Box2D Flash Physics Engine show how to create pulley system physics simulation.