hello,
me using the touch object,
i have a bord game and want show a menu icon if the user hit the board or background, not the gaming pieces.
this menü icon i hide after a time, so it not block the game area.
my problem yet:
if i hit a gaming piece i get also a unwanted touched object event at board or background.
means, i need only the clicked top object event.
now i have a layer for buttons, one for gaming pieces and one for background/board.
have someone a easy solution?
shall i use flags for it?