Keeping track of moving objects' locations

[RESOLVED] (not sure how to change thread title)

I’ve set up an array and then use a loop to animate (animateShapes function) each item in array. Later on, however, I have a function that will manipulate these objects once again. Problem is, I need to manipulate each object separately. As it is now, all four objects move in the same way through the makeShapes tween function. How to perform a separate Tween for each object in the array that’s going through the loop?

[COLOR=DarkRed]
[/COLOR]