It looks like you're new here. If you want to get involved, click one of these buttons!
function onTouch(target, event) if target.hitmap:hitTestPoint(event.x, event.y) then
Comments
http://docs.giderosmobile.com/reference/gideros/Sprite/globalToLocal
http://docs.giderosmobile.com/reference/gideros/Sprite/localToGlobal#Sprite:localToGlobal
I managed to figure this out ... my code was slightly wrong
Thank you for the links!