transition.to( ) with delay + time timing problem

I’m using transition.to( ) with time and deleay:

local currentTween = transition.to(anImage, {delay= 200, time = 200, y = 120, x = 120, onComplete = onCompleteFunc})

Now I’m having problem with timing and seems to me that the time of delay it’s not counted in the total time of the tween execution or at least there is some change in behavior when I introduce it.

So is supposed that the onComplete function it’s called at the end of delay+time?

any hint?
thanks,
Stefano
[import]uid: 40918 topic_id: 8536 reply_id: 308536[/import]

that should call onComplete after about 400ms (it’s not completely accurate though) [import]uid: 6645 topic_id: 8536 reply_id: 30613[/import]