Animated tiles in Flixel

I managed to get animated tiles working for a game I am developing in Flixel. The method I have used is not very efficient: the program loops through all the tiles in the tilemap and changes the tile if it is an animated tile. In the future I might improve this method if it creates …

How to use Mochi API with Flixel and actionscript 3 Flash

Edit 2017-04-28: Please note that Mochimedia has been offline for a couple of years now, so the example below cannot be used anymore. I’ve left this blog post intact for historic purposes. As a supplement to my Flixel Adventure Game Tutorial, I have written this post to explain how to add Mochi ads to your …

Cake Adventure – WIP video

Above is a short video of a game I have been working on called ‘Cake Adventure’, the objective is to collect several items in order to bake a cake for your friend. As you can see, the game is far from being finished, I still have to put all the items in-game, write a system …

Sokoban Clone

I am currently working on a new Flash game, a Sokoban clone. Although this is ‘just another game’, I have taken a different approach in creating content for this game: I’ve used XML and a level-editor, doing this has increased workflow dramatically. The screenshot above was made in the editor while creating a level, which …