# Keeping track of moving objects' locations

**URL:** https://forum.kirupa.com/t/keeping-track-of-moving-objects-locations/296246
**Category:** Uncategorized
**Created:** [September 11, 2009, 3:19pm UTC](https://forum.kirupa.com/t/keeping-track-of-moving-objects-locations/296246 "2009-09-11T15:19:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Leftyplayer](https://avatars.discourse-cdn.com/v4/letter/l/94ad74/32.png) [@Leftyplayer](https://forum.kirupa.com/u/Leftyplayer)
#### Post date: [September 11, 2009, 3:19pm UTC](https://forum.kirupa.com/t/keeping-track-of-moving-objects-locations/296246/1 "2009-09-11T15:19:43Z")

</div>

[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]
