Hi everyone,
how do you do to listen a transition.to
I would like have a red circle when my square have a scale of 1.2 and when the scale is minder or upper, the circle become white.
is it possible ?
local circle = display.newCircle ( 150, 150, 100, 100 ) local square = display.newRect( 0, 0, 100, 100 ) transition.scaleBy( square, { xScale=2, yScale=2, time=10000 } )
Sorry for my english, it’s not my mother tongue !