Tags – source.

TrazzlePublisher

If you use de.dev_lab.logging.Logger to standardize your AS3 logging needs, I've got something for you. At Falanxia we've been using SOS Max Logger by PowerFlasher, but recently I've found a great new supplement, which I think is a great leap forward: Trazzle. Let me copy paste few features we love here: * Bitmap logging * Performance monitoring * Multiple Log Levels * TextMate support For us just the Bitmap logging feature was a reason to switch. In case we logged events just via SOS Max, there would be a need to rewrite all logger calls, and it would be a somewhat painful and completely useless experience. Since we use the as3logger approach, it was really easy to add a small Trazzle wrapper. And there was no need to rewrite anything in our sources.

Dummy Tween Plugin

As I said before, last few months I’ve been working for Falanxia.com, where I help to develop social games in Flash (and more platforms coming). I was not very happy with the way how to periodically call a method: var timer:Timer = new Timer(10, 100); // call a method 100 times with 10 ms delay) [...]

mDocs

As you saw in my last post, I use autogenerated NaturalDocs documentation. I was not really happy with skins NaturalDocs provides by default and was not able to find anything usable, so I decided to create my own. If you like it, feel free to use it.

Vancura-AS3-Libs

Finally I was able to take some free time and open my AS3 libraries. What does it do?