Category: Actionscript 3
-
AS3 Flash game creation tutorial – part 2: coins
In the previous step I showed you how to create a simple “move-the-ball” game using AS3 classes. Now it’s time to introduce some more elements… some coins to…
-
ActionScript 2.0 to 3.0 Migration Cheatsheet
If you are worried about the changes introduced by AS3 and would like a cheatsheet for a quick reference of most of them, then you should take a…
-
Flash game creation tutorial – part 1 (with AS3 classes)
Old readers should remember Flash game creation tutorial – part 1… it’s an ond AS2 tutorial about the creation of a game like Ball Revamped and its sequels.…
-
Introduction to AS3 classes
In my opinion one of the most important reasons people are afraid to migrate from AS2 to AS3 is its way of scripting. Pure AS3 coding dislikes coding…
-
Platform game basics using Box2D
I wrote about Box2D Flash version about a year ago, then I published Playing with Box2DFlashAS3 and Create a Flash game like Totem Destroyer as examples covering what…
-
New tile based platform engine – AS3 version updated to step 10 PLUS scrolling
If you are looking for AS3 version of step 10, here it is… made by Robin vd Vleuten from the Netherlands with scrolling included! Hello Emanuele, I made…
-
Basic level editor for a tile based game
I am sharing with you a basic level editor made for the platform engine but easily adaptable to any tile based game made by Daniel Felipe Rodriguez Your…
-
New tile based platform engine – AS3 version
First, I would like to say the engine is not finished as I have a lot of tile types to add. This is the AS3 version of part…
-
Create a Flash game like Snowflakes – AS3 version
As announced in Create a Flash game like Snowflakes, here it is the AS3 version. I used the same comments to help you understanding the conversion. package {…
-
Create a Flash game like Cirplosion – AS3 version
Some days ago I published Create a Flash game like Cirplosion using AS2, now it’s time to do it using AS3. AS3 is becoming more and more popular…
-
Create a Flash game like Totem Destroyer
An interesting game released these days is Totem Destroyer Your mission is to destroy the totems without letting the golden Idol (aka Tot) fall into the ground. It’s…
-
Step by step AS3 translation of Creation of a platform game with Flash – step 1.5
According to Bart de Boer, this is the step 1.5 of the Step by step AS3 translation of Creation of a platform game with Flash. He fixed the…