how can i make this cloud image repeat the transition once its completed? thanks!
local cloud = display.newImage( "cloud.png" )
cloud.x = 390
cloud.y = 70
transition.to(cloud, {time=6000, x=-100, y=70})
[import]uid: 10827 topic_id: 6537 reply_id: 306537[/import]
