Home | Flash AS3 Tutorials | Flash Animation Tutorials | Store

Box2D Flash Physics Simulation Engine: Real Ball Object Fall Down

In previous Box2D Flash Physics simulation engine tutorial, we use an imitated falling football. In this Box2D Flash Physics simulation, we used a real football.

Please update flash player to view this Flash ActionScript tutorial!

Flash Box2D Physics Simulation Tutorial Content

In this Boxed2D Flash Physics simulation engine tutorial, the fooball ball object is a real one. We used the b2CircleDef to define the body not b2PolygonDef because the football ball object is a round body not a polygon body. Moreover we used radius to set the size of the football because the football is a circle shape body.

Flash Box2D Physics Engine 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 Flash Box2D Physics Engine ActionScript tutorial use custom images for the round ball object in virtual physics world to simulate a falling ball.