Hi,
I currently have a runtime listener running in the background of my app:
[lua]Runtime:addEventListener( “touch”, onTouch )[/lua]
This detects touches made on the screen by the user.
I also have another item on the screen, an item called ‘rect’. When rect is tapped, I want a function to be called, so I use an event listener like so:
[lua]rect:addEventListener(“tap”, recttap ) [/lua]
The problem is when pressing my rect, the runtime listener fires as well. Is there any way to change this?
Thanks,
Max [import]uid: 24641 topic_id: 14767 reply_id: 314767[/import]