Using Dictionary Objects to Map Classes and Instances
Friday, March 20th, 2009This is a neat little ActionScript 3 trick which I've been using more and more of recently that I thought I would share. The basic premise is that it allows you to use a dictionary which maps Classes to other data, the twist is that you can supply either the ...