Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
detecting one and two touches on moving sprites — Gideros Forum

detecting one and two touches on moving sprites

BlueByLiquidBlueByLiquid Member
edited February 2013 in General questions
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

Sign In or Register to comment.