Category: Actionscript 3
-
Box2D joints: Gear Joints
Here I am with some infos about Gear Joints. Gear joints can be used to create a sophisticated mechanical contraption you might want to use a gears. In…
-
Creating a sling with Box2D using joints
This is an example about the creation of a sling using joints and motors. Click the mouse to break the joint and release the bullet. Try to hit…
-
Box2D breakout prototype
Porting Breakout/Arkanoid with Box2D seems to be an interesting challenge for developers. Some days ago I showed you Phyballs, now it’s time for Andre Vidal to show his…
-
Box2D joints: Prismatic Joints
Time to learn something about Box2D prismatic joints. A prismatic joint provides one degree of freedom: translation along an axis fixed relative to the first body. Relative rotation…
-
Box2D: tutorial for the absolute beginners – step 2
After understanding the meaning of the first lines in Box2D: tutorial for the absolute beginners, it’s time to explain the rest of the script. Lines 19-27: These lines…
-
Box2D: tutorial for the absolute beginners
This is a tutorial about Box2D dedicated to the absolute beginners. I received a lot of request asking for this, so here we go. What is Box2D Box2D…
-
Designing the structure of a Flash game – AS3 version – Part 4
Here I am with some new features added to the game. I had to make some gameplay because I am going to show you how to add portals…
-
Box2D joints: Revolute Joint – Building motors
After seeing how to create a revolute joint, it’s time to use them to create motors. Box2D already has everything we need to create such motors. The script…
-
Designing the structure of a Flash game – AS3 version – Part 3
The game structure is getting more and more complete… now, according to the comments to Designing the structure of a Flash game – AS3 version – Part 2,…
-
Box2D joints: Revolute Joint
After introducing Distance Joints, it’s time to learn something about Revolute Joints. A Revolute Joint attaches two objects by “pinning” them together at an anchor point which they…
-
SamePhysics – My first Box2D game
You are all invited to play SamePhysics, my first Box2D game. It’s a small milestone because it’s my first Box2D game. The game is the remake of SameGame,…
-
Phyballs: when Arkanoid meets Box2D – Full source code
Box2D is getting more and more popular among developers, and I am proud to have the permission to publish the first source code for a complete Box2D game.…