local function OnTouch ( event )
-- some codes
-- Important to return true. This tells the system that the event
-- should not be propagated to listeners of any objects underneath.
return true
end
Why this works only with Touch events and not with Tap events too?
[import]uid: 89239 topic_id: 19174 reply_id: 319174[/import]