Tag Archives: ActionScript 3

Logging in ActionScript 3

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. … Continue reading

Posted in ActionScript 2, ActionScript 3 | Tagged , , | 3 Comments

Sorting Values Stored in a Dictionary

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 … Continue reading

Posted in ActionScript 3 | Tagged , , | 4 Comments