Hello,
Get a current event target inside touchBegan function.
var target = event.getCurrentTarget();
Call exampleFunc using obtained target.
target.exampleFunc();
For more detailed information you can refer below link
Thanks.
Hello,
Get a current event target inside touchBegan function.
var target = event.getCurrentTarget();
Call exampleFunc using obtained target.
target.exampleFunc();
For more detailed information you can refer below link
Thanks.