Archive for the ‘Actionscript’ Category

AS2 Scrolling Isometric Tile Engine

My latest long-term home project is constructing a multi-user isometric real time strategy game. I’ve decided to repackage and provide here my game view classes at a very early stage. Maybe you will find use for them as a starting point for your own isometric thing.

Posted by Ash on December 15th, 2004

Filed under Actionscript | 5 Comments »

LZW compression methods in AS2

[Update: Some readers have come up with decompress solutions for C# and PHP in the comments below. Thanks cakeWho and billy]
In a recent project, one of the requirements was that a lot of text-based data be passed between client and server.. it would be handy if there was a way to compress this data to [...]

Posted by Ash on August 22nd, 2004

Filed under Actionscript | 20 Comments »