Monthly Archives: March 2011
Dictionary Class in AS3
When was the last time you used the Dictionary? No, seriously, when was the last time??? [as3] var dictionary:Dictionary = new Dictionary(); [/as3] Perhaps one of the most interesting additions to the ActionScript 3 language is the new Dictionary Object. … Continue reading
Posted in Flash AS3, Syntax
Tagged application, as3, Dictionary, example, primitive, sample, weak
2 Comments
Try it, if you dare!
Today, I’m going to talk about the Try…Catch…Finally trio. As developers, we perform all the initial testing on our apps before passing them along to the QA team, or even going live with it, depending on your setup. Even with … Continue reading
Posted in Flash AS3, Syntax
Tagged as3, catch, exceptions, finally, Flash, run time errors, try, unhandled
Comments Off on Try it, if you dare!