hello there
i want to move an object for infinite loop … just like a sky to go from point to another point
is that right ?
"
while true do
transition.to( sky, { time=3000, x=80, y=55 } )
local function listener( event )
transition.to( sky, { time=3000, x=385, y=55 } )
end
timer.performWithDelay(3000, listener )
end
"
[import]uid: 96162 topic_id: 35032 reply_id: 335032[/import]