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.
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 [...]
