Category: Actionscript 3
-
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…
-
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…
-
AS3 quick movieclip manager class
I think one of the most important things making the difference between a programmer and a PROgrammer is the ability to write code you can’t use again and…
-
Creation of a game with flixel and Flash Builder 4
You should already know flixel. I blogged a bit about it some time ago in flixel for absolute beginners and flixel for absolute beginners – part 2. Now…
-
Real world catapult prototype using Box2D – Cleaner code
We got it. After the first catapult prototype and the “slippery wheels” sequel, this is a version with realistic movement and a lot cleaner code. To add realistic…
-
Real world catapult prototype using Box2D – Adding wheels
Did you enjoy the catapult prototype? Here I am with the second part, adding wheels controlled by left and right arrows. Have a look: Now you can move…
-
Real world catapult prototype using Box2D
This is an early attempt to simulate a real world catapult using Box2D. Raw and uncommented code, but a lot of useful information about compound objects, revolute joints…
-
Case study: The Big Adventure – a Box2D RPG
Ok, it’s not an april fool… the bulgarian freelancer Krasimir Tsonev really made a Box2D based RPG game called The Big Adventure. And he also built the official…
-
LineBall Flash game sponsored and released
Do you remember the LineBall video teaser? Now the complete game has been published and sponsored by Coolbuddy.com. It’s based on the Flash AS3 Pixel based circle collision…
-
Finding adjacent cells in an hex map – AS3 Version
I am porting this prototype into AS3. I am not doing it for the sake of porting something, but because I want to show you a complete Dice…
-
Flash Elasticity prototype – AS3 version
Today I am porting an old tutorial, Controlling a ball like in Flash Elasticity game tutorial, into AS3. I am doing this because it was a great game…
-
Creation of a game with Citrus Engine
As said, we’re going to create a little game with Citrus Engine. Since the engine it’s ready, we can start with level design. So let’s open the Citrus…