Can't call function in touch event listener function ? on cocos2d-js-html5

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.