Category: Actionscript 3
-
Perfect maze generation – tile based version – AS3
After publishing Perfect maze generation – tile based version written in Php, I got some emails asking for an AS3 version. Pedro Taranto made the AS3 porting in…
-
Learn AS3 by following this simple avoider game tutorial
The blogsphere is magic. When you start a blog, if you do a good job, some people inspired by you will start blogging, and probably inspire you. This…
-
How to use Google Maps API with Flash AS3
I was playing with Google Maps API for Flash when I noticed the tutorials in the official page are somehow not that smart, so I am going to…
-
Perfect maze generation with AS3
I already talked about perfect mazes a couple of years ago with Step by step perfect maze generation with php and Perfect maze generation with Flash actionscript, but…
-
AS3 Flash game creation tutorial – part 6: timing
In previous part we added some gameplay, now it’s time to add timing. I recommend you to read Understanding AS3 Timer Class. I used time for two reasons:…
-
Dragging objects with Box2D Flash
This is ideally the next part after Understanding pixels and meters with Box2D and how to select an object with mouse – part 2, but it’s so important…
-
Understanding AS3 Timer Class
A lot of time ago I wrote about AS2 time management in Flash simple timer/countdown. Now it’s time to see how to manage time with AS3. AS3 has…
-
Understanding pixels and meters with Box2D and how to select an object with mouse – part 2
Ok, time to learn once for all how does Box2D manages object sizes, and how to set them right when working with AS3 In previous step I used…
-
Understanding pixels and meters with Box2D and how to select an object with mouse – part 1
This will be the longest post title in blogging history… anyway I am about to explain you two things that seem to be still unclear about AS3 version…
-
AS3 Flash game creation tutorial – part 5: gameplay
Once introduced the score in AS3 Flash game creation tutorial – part 4: score, it’s time to create some gameplay. The idea is to create a game like…
-
AS3 Flash game creation tutorial – part 4: score
In AS3 Flash game creation tutorial – part 3: walls I introduce some obstacles to kill the circle, now it’s time to make it earn some points when…
-
AS3 Flash game creation tutorial – part 3: walls
Welcome to the 3rd step of this tutorial. It’s time to cover walls, or whatever you may call some fixed, deadly obstacles. Continuing on the OOP lane, the…