AS3 Utils – Collection of reusable package-level functions that solve common problems
Here is a collection of utilities provided as package level functions by John Lindquist. Here is a list of utility packages:
- array
- color
- conversions
- date
- event
- garbage collection
- html
- number
- string
- validation
- and more…
There are many more like bringToFront(), sendBackward() for display objects, Array shuffle (using the Fisher Yates algorithm etc)