So I have a scrolling set of images and I need to detect one or two touches (as different events) but I am having two problems. One if I start scrolling and release my finder I don't want to get the touch event because it was obviously a scroll.
Also I can't seem to figure out multitouch. I got the MOUSE_UP figured out but if I do self:hitTestPoint(event.x, event.y) it fails for TOUCHES_BEGIN event.
Can anyone help me figure this out?
Comments
event.touch.x and event.touch.y