Category: Flash
-
Create a Flash game like Talesworth Adventure
Recently I got addicted to Talesworth. It’s a great tile based puzzle game with 30 levels I recommend you to play, but it’s also a game I am…
-
Complete Flash Sokoban game in less than 2KB
Some days ago I blogged about 6 games you must be able to make in less than a day. Among these games I included Sokoban, and since I…
-
Create a Flash game like Rebuild Chile – Step 4: removing debris
Time to see the feature that will allow you to complete a level: removing debris. Debris can be removed in two ways: 1) Pushing them off the stage…
-
Create a Flash game like Rebuild Chile – Step 3: smooth movement
In this 3rd part I’ll cover a feature requested by some readers… smooth movement. In step 1 and 2, the character and the debris move square by square.…
-
Create a Flash game like Rebuild Chile – Step 2: pushing debris
In this second part we’ll see how to push debris. It’s not that hard. Let me explain when your bulldozer can move in one direction: The bulldozer can…
-
Create a Flash game like Rebuild Chile
You have three reasons to play Rebuild Chile: 1) It’s a good puzzle game 2) You will help the children from Chile affected by the earthquake/tsunami because all…
-
Following a body with the camera in Box2D – The smart way
We are about to create an intelligent camera that will follow a body in Box2D. What’s the difference between an intelligent camera and a dumb one? Simple… the…
-
Making a game with flixel and Flash Builder 4 – Splash Screen
Did you read Creation of a game with flixel and Flash Builder 4? Now it’s time to add a splash screen to the game. The splash screen or…
-
Following a body with the camera in Box2D
If you want to make a good game, a good camera movement is necessary. This time we’ll learn to follow a Box2D object with the camera. Box2D does…
-
Quoted on Adobe Edge: April 2010 edition
If you want to read an interesting article about Flash games and physics, I suggest you to point your browser on Developing physics-based games with Adobe Flash Professional…
-
Flash games and religion
I am used to see Flash educational games, but I don’t remember any Flash game based on religion. And I don’t mean something like “you are God and…
-
governor: multithreading script engine written in AS3
Do you know what is a script engine? Basically it’s an engine working with the main game engine allowing to create pre-defined series of events that occurs when…