Hello there, I started to use Corona and I really like it, though I ran into a problem:
You see, I want to make the object move to the left, so I made a button that when tapped, the object goes left.
But now, the problem is, I want that it constantly moves to the right while the player holds the button.
Is there any easy way to do this? The one thing I use is like this:
function leftbutton:tap (event)
playertank.x = (playertank.x)-5
playertank.rotation = -180
end
[import]uid: 8901 topic_id: 2071 reply_id: 302071[/import]

[import]uid: 9033 topic_id: 2071 reply_id: 6201[/import]