Currently, when I use this function to drag an object around, I can also tap anywhere on the screen and the object transports to that location.
function moveHero( event )
hero.x = event.x
hero.y = event.y
end
Runtime:addEventListener("touch", moveHero)
Is it possible to make it so that it can only be dragged from where it currently is? [import]uid: 7116 topic_id: 6107 reply_id: 306107[/import]