Category: Box2D
-
Create REAL explosions with Box2D – adding textures
Real Box2D explosions, now with textures. The final step.
-
Create REAL explosions with Box2D – exploding objects and setting the center of explosion with mouse click
Real Box2D explosions get even more real
-
Create REAL explosions with Box2D
I am showing you how to make Box2D objects explode like cluster bombs. Warning: REAL explosions!!
-
Two Flash games coming soon to your monitors
Brief overview of my two upcoming games.
-
Develop a Flash game like Angry Birds using Box2D – predictive trajectory line
Another step in the Angry Birds series with a feature you cannot miss: the predictive trajectory lien
-
Develop a Flash game like Angry Birds using Box2D – Following bird with the camera and skinning crates
In the third part of the series, we'll see how to introduce scrolling and make the camera follow the bird. Also, all crates are properly skinned.
-
Develop a Flash game like Angry Birds using Box2D – Killing the pigs
Second part of the Angry Birds tutorial. It's time to kill some pigs. You will also learn how to determine the strength of a Box2D collision
-
Develop a Flash game like Angry Birds using Box2D
Use Box2D to simulate a sling like the one made famous by Angry Birds game.
-
Create a terrain like the one in Tiny Wings with Flash and Box2D – adding more bumps
Another version of my <a href = "http://emanueleferonato.com/2011/07/14/create-a-terrain-like-the-one-in-tiny-wings-with-flash-and-box2d/">Tiny Wings terrain</a>, with more bumps and less regularity.
-
Creation of a Box2D car with 10 customizable parameters
Create a Box2D car with motors and shocks with 10 customizable parameters, from wheel radius to axles size
-
Create non-convex, complex shapes with Box2D
Create any kind of complex and concave shapes with Box2D and have them separated into smaller, convex shapes in a very optimized way with <code>b2Separator</code> class by <strong>Antoan Angelov</strong>
-
Create a terrain like the one in Tiny Wings with Flash and Box2D – adding textures
You already know how to create, scroll, and make a car run over a Tiny Wings terrain. Now it's time to learn how to add your own textures.