hi, it’s seems that there is a bug with transition.
When i repeat this code on the corona simulator the scale at the end is different …
Could you test that at home ?
local character = display.newCircle (10,10,50) function next(obj) transition.to(character, { time=50, x=150, y=300, yScale=1, xScale=1, onComplete=en }) end local transitionbegin = transition.to( character, { tag=begin,time=100, x=150, y=100, yScale=4, xScale=4, onComplete=next })