Archive for the AS3 Category

Generic toString for any object or class

Generic toString for any object or class

Converts any object or instance of a class into well formatted string. Used for debugging only e.g. when you trace a complex object, all the properties of the object is displayed nicely, much like the Event toString().

Posted 26 July 2010 by
Tagged As: , , | Categories: AS3, Snippet | 2 Comments

AssetLoader – Multi file loading library

AssetLoader is a easy to use multi file/asset loading library for AS3. I wrote this library purely because some of the other loading libraries are “out-of-date” and some badly written, although they work, I needed something new and clean. AssetLoader focuses on a few key aspects that makes it different from the others: Integrates with [...]

Posted 24 July 2010 by
Tagged As: , , , , , , , | Categories: AS3, AssetLoader | Leave a Comment