Category Archives: Tutorials

Linux+Eclipse+AXDT+Flixel

This past week, I came across the Flixel engine for Flash game development. I have been looking for something to kelp me speed up development on our game and this looked to be the most promising of the engines I had found. However, according to the download page, they did not have a IDE based [...]

Posted in Development, Tutorials | Tagged as: , , ,

Dialog Box and Button Tutorial

Over the weekend I was working on a dialog box for our game. This box would add the ability to show some text that can scroll and have a button to close. Something simple that we need for just about any game. Unfortunately, I found that Actionscript 3 does not have any built in functionality [...]

Posted in Tutorials | Tagged as: , , ,

New Game and Tutorial

While working on our first game, I decided I wanted to share some of the wealth of knowledge I have gained on AS3 programming. So I put together an simple Memory Match game and wrote a tutorial to go along with it. The game plays like any other memory match game but uses a series [...]

Posted in Games, Tutorials