0
votes
AS3: How to convert a Vector to an Array
There is a function called forEach which both Vector and Array has which you can use. Basically it calls a function for each element in the vector. This is how it works:
var myVecto …
