Case study: building a puzzle game using AS3 and OOP
by Eitan Avgil
Learn how to create a simple "match the colors" puzzle game using OOP techniques in Actionscript 3
read >> Case study: building a puzzle game using AS3 and OOP
  Tile layout in AS3
by Eitan Avgil
How to make a tile based layout in AS3 using OOP architecture.
read >> Tile layout in AS3
  Data Structures: Linked List
by baczy a.k.a Michael Baczynski
An interesting trip in the world of data structures. The tutorial will guide you through the inner w...
read >> Data Structures: Linked List
  Building MMO Virtual Worlds
by Marco Lapi, a.k.a Lapo
An in-depth article about building advanced multi-player virtual worlds in Flash, talking about arch...
read >> Building MMO Virtual Worlds
  AStar 3D prototype
by Paul Spitzer
An Actionscript 3.0 implementation of the A* algorithm in 3D
read >> AStar 3D prototype
  Skeletal Animations
by Jochen Diehl, aka joeydee
An interesting tutorial showing how to create an impressive skeletal-animated human character
read >> Skeletal Animations
  Fisix Trucks prototype
by Nicolas Lierman
An interesting trucks-like prototype showing off the capabilities of the Actionscript 3 Fisix engine...
read >> Fisix Trucks prototype
  Efficient A* path finder
by Neodroid
A function library to make an efficient A* pathfinding:very adaptable to any kind of tile games and ...
read >> Efficient A* path finder
  Isometric engine
by Chris Lindsey (aka DebuggerCLL)
This is a simple isometric environment with movement example. It was inspired by the lack of easy-to...
read >> Isometric engine
  Game creation tutorial
by Emanuele Feronato
This is the first part of a long step-by-step article that will guide you through the entire process...
read >> Game creation tutorial