Category: Actionscript 2
-
Create a Flash game like PixelField – part 3
This is the 3rd step of the creation of this awesome game. In this step, I created a full playable game with 3 levels. Level generation is made…
-
Create a Flash game like PixelField – part 2
Here we are with the second part of Create a Flash game like PixelField. In this step we’ll see how to draw a level. The game is obviously…
-
Mouse avoider/Biggification remix prototype
Just a quick uncommented prototype involving growing (and moving) spheres and a sphere you control with the mouse. Click the mouse to change color, if you touch a…
-
Create a Flash game like Snowflakes
Today I enjoyed a cute game called Snowflakes and I am about to show you how to create the main engine behing the game. The game is simple:…
-
Flash obstacle avoidance prototype
Obstacle avoidance can be very important in Flash gaming because allows designers to create smart enemies. Obstacle avoidance behavior gives a character the ability to maneuver in a…
-
Create a Flash game like Cirplosion
Do you remember Cirplosion? It was quite successful some time ago, and now it’s time to create a game like it. In this tutorial we’ll design the main…
-
Create nice background effects with Flash Random Movement
This is a Flash effect you can use for a background effect or for a shoot’em up wave (hint! hint!) I received this script from Ashker (the creator…
-
Create a Flash game like PixelField
I spent some time on PixelField and I liked the way you control the “player” and the overall concept. So here I am ready to clone it for…
-
Design interfaces you can touch with PowerCursor
If you want to add a new twist to your interface or games, you should try PowerCursor by Koert van Mensvoort (look at his site…) According to the…
-
Game prototype involving shape drawing and a ball
Sometimes I play and mess with code to get some interesting game prototypes. Although I am not satisfied about this one, I want to share it with you…
-
Create a Flash Game like Nano War – step 2
In the 1st step we created the units and the engine to select them. Now it’s time to write the code to let selected unit(s) send troops to…
-
Create a Flash Game like Nano War
Some days ago I played a bit Nano War. It’s an interesting RTS, and pretty easy to delvelop. In this part we’ll analyze the unit selection system. In…