What do i need to do to make only 1 display object reacts to my tap rather than the first object and the second object behind the first to react together? [import]uid: 40786 topic_id: 15270 reply_id: 315270[/import]
Just use;
[lua]return true[/lua]
at the end of your function.
That way if the object on top is touched/tapped first, it will be the only one to respond.
Peach
[import]uid: 52491 topic_id: 15270 reply_id: 56372[/import]
It works thanks…alot [import]uid: 40786 topic_id: 15270 reply_id: 56439[/import]