Monday, February 22nd, 2010
Logging is a fundamental part of any mid to large scale application, your application needs to be able to talk to other developers and Q&A engineers to help diagnose problems and gain insight into what's going on under the hood. Jesse Warden recently wrote an excellent article on logging, ...
Posted in ActionScript 2, ActionScript 3 | 2 Comments »
Monday, June 15th, 2009
Looking through my incoming seaches from Google I've noticed that a lot of visitors to my site are trying to figure out how to sort values stored in a Dictionary. The short and simple answer is that you can't as Dictionary's in AS3 are meant to represent un-ordered HashMaps, ...
Posted in ActionScript 3 | No Comments »