Tagged with 'object'
Snippets
-
Creating an Array of Objects in Actionscript by pmolaro
This is pretty basic stuff, but I use it all the time. This is an example of how to load an Array of Objects; the benefit is that when you want to reference them, you can just call MyArray.ObjectName
Save as Favorite | Tags: array, object, push, array.push, actionscript


