I am trying to move several objects simultaneously. I was using repeat structure...but I found it was a wrong approach.

1. there are 10 images
2. move images 1 ~ 10 from Loc (A) to Loc (B) in random(10) thicks simultaneously.
3. each object has different speed when it moves
but it seems impossible until each image completes its action with repeat structure. Is it possible to move all object at the same time?
Cheers,
Louis