transition.to hesitates when moving between images

All images are in a group.
Using separate transition.to, I move one image off screen and the 2nd image on screen by animating x-coordinate.

When the 2nd transition.to completes, using onComplete, I load a third image off screen.

The problem is that on my android phone, the 2nd image starts to slide to its designated position, but hesitates just before reaching its final position.

This is caused by defining a new image via display.newImageRect in the onComplete function.

Question: shouldn't the image reach its position before the onComplete executes ?

views:1283 update:2011/10/9 9:57:41
corona forums © 2003-2011