I am doing an pure AS3 programming, and I have urge to work with something like ArrayList because I need an array of objects (which in this case, array class is no use).
However it seems there is no ArrayList class for me to import (Flex has but …)
I also found an open-source project called as3-collection on internet, but what the hell??? cant find any link to download…
I am doing an pure AS3 programming, and I have urge to work with
Share
Arrays work just fine with objects, but if you want strict enforcement of datatypes, try the
Vectorclass.