Array.sortOn()
July 24, 2010
In a current AS3 project I am maintaining information about images in a custom Image class that extends Object. One of the properties of an Image instance is .orderNum. When I retrieve a list of Image instances, I store them in an Array instance. I need to sort the images within the array by the [...]
0