A comment on Mike Chamer’s post on Vectors in AS3 got me thinking .. how hard would it be implement a VectorCollection in AS3? I use Vectors all the time now but sometimes I want a collection class (with events, filtering, etc) that also can be typed. What I’m hoping for is to be able to use similar syntax to the Vector class:
new VectorCollection<MyClass>;
Not sure if this is possible though …
Tags: AS3



Recent Comments