question about tracking movieclip location
I've set up an associative array and then loop through each object in the array to animate it. Later on, however, I have a function that will manipulate these objects. How do I set up a command in the loop that will track the location of each object for later use in the next function, as each of the objects will continue to move around the stage until user presses key to send them to another location? (the final location for the tween is known, but not it's original location as it's free to move around until the tween function is activate).
I'm looking into getChildIndex, but can't find enough info to understand how this works and whether it's what I need.
Happy to show code, if needed.