Category: Flash
-
Introducing Box2D filtering
In Box2D, normally every object collides with other objects in the stage. But sometimes we may need a way to make an object collide with only certain objects,…
-
Rendering joints with Box2D
In most Box2D projects you can see how to render bodies or attach objects to them, but I couldn’t see any tutorial about rendering joints. If you look…
-
Simulating a hook with Box2D
In a comment to Pumpkin Story prototype, a reader asked for a function to simulate a hook. This can be quite easily done in some steps. This first…
-
Pumpkin Story prototype
This quick Pumpkin Story prototype is made merging and mixing these scripts: Drawing arcs with AS3 and Creation of a Flash artillery game using Box2D. If you notice,…
-
Drawing arcs with AS3
If you have ever tried to draw arcs with AS3 (or AS2), you probably smashed your computer on the floor after spending hours with curveTo(). That’s not what…
-
AS3 level editor
Almost a year ago I blogged about a basic level editor for a tile based game, and now Philipp Zins from Germany show us his AS3 level editor-…
-
Word Play contest prototype, four days to make something decent out of it
The final deadline for “Word Play” Flash Game Contest ran by MochiMedia is September 18 and if you did not submit any entry, here it is a prototype…
-
Creation of a Flash artillery game using Box2D – part 2: removing bullets
This is the second part of Creation of a Flash artillery game using Box2D… one reader asked for a function to make blocks (bullets) disappear after 10 seconds…
-
Creation of a Flash artillery game using Box2D
Small intro: having a plugin that allows readers to vote posts can help you understanding what do readers like. I saw readers liked a lot Create a flash…
-
Simplify your Box2D projects with QuickBox2D
You know with Box2D you can make interesting games like Mazeroll, SamePhysics or Filler, but even if I published a Box2D tutorial for absolute beginners, everyday I am…
-
TileSense: AS3 tile based platform engine
The name is still JohnnyCar (based on an old idea for a game), but Dylan Dalrymple plans to change it to TileSense as soon as possible. It’s a…
-
Flash Decompiler Trillix review
When you compile a Flash project, you know you create a swf file. Such file is created according to the SWF File Format Specification so you can create…