I have an image that I want to grow and shrink. I’ve gotten this far with the code:
transition.to( cat1, { time=2000, x=417, y=619, alpha=1, delay=0, transition= easing.linear, xScale =2, yScale = 2, rotation = 0 })
local myclosure\_cat1 = function() transition.to(cat1, {time=1000, x = 417, y=619, alpha=1, delay=0, transition= easing.linear, xScale=1, yScale=1, rotation=0 }) end
timer.performWithDelay(500, myclosure\_cat1, 1)
This makes it grow and shrink once. How do I make it grow / shrink forever?
Demetrius
[import]uid: 1380 topic_id: 12249 reply_id: 312249[/import]
[import]uid: 3826 topic_id: 12249 reply_id: 44630[/import]