Category: Flash
-
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…
-
In-game banners: a winning idea
As you know, I released two Flash games with banners inside. The first one was Red Flowers with a banner placed in the level selection screen, and the…
-
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.…
-
Drawing circles on the fly in Box2D
Only a day after Drawing boxes on the fly in Box2D I got three submissions for drawing circles on the fly. I will list all of them, and…
-
Drawing boxes on the fly in Box2D
Box2D is getting more and more popular among Flash developers, but it still lacks of adeguate tutorials and documentation about making games with it. Andrew McGrath from Gamersgarden…