Hi,
Am new to Corona.
I have an Image which i need to rotate 90 degrees every time i touch it until it makes a full 360 degree turn in it’s place. So, keep rotating when touched.
This is as far as I got with the Code. Would greatly appreciate help on doing it.
local Image01 = display.newImage("Image01.png")
function move(event)
transition.to(Image01, { time=150; rotation= 90; })
end
Image01:addEventListener("touch", move)
Thx
[import]uid: 10542 topic_id: 3198 reply_id: 303198[/import]
