Hey guys,
So I have two images. I need the user to touch them both at the same time to activate a function. How do I do that?
local image1 = display.newImageRect("image1.png", 100, 150)
image1:setReferencePoint(display.CenterReferencePoint)
image1.x = \_W/2
image1.y = 110
image1.rotation = 180
local image2 = display.newImageRect("image2.png", 100, 150)
image2:setReferencePoint(display.CenterReferencePoint)
image2.x = \_W/2
image2.y = \_H - 100
Any help would be great, Thanks! [import]uid: 95495 topic_id: 20437 reply_id: 320437[/import]