Flash help
Flash help
Out of context: Reply #6
- Started
- Last post
- 7 Responses
- fugged0
more or less, yes.
you can just do : newArray.push() to add items to the array, rather than explicitly adding by index.
so
newArray = new Array();
newArray.push(root.housesHolder... ultiHolder.attachMovie.... etc.)