Hi,
I need to display 50 images on IPad screen.
Am I able to addEventListener to the same function listener?
button:addEventListener(“touch”, listener)
button2:addEventListener(“touch”, listener)
button3:addEventListener(“touch”, listener)
.
.
button50:addEventListener(“touch”, listener)
If yes, inside listener function, how do I track which image/button is clicked/tapped/touched?
Thanks, [import]uid: 32376 topic_id: 6294 reply_id: 306294[/import]
