I'm trying this to see if you can help me.
I want to click on that image object from Javascript, it is very important for my project.
let flecha = runtime.objects[runtime.globalVars.MY_IMAGE].getFirstInstance();
let clickEvent = new C3.Event("click", true);
flecha.dispatchEvent(clickEvent);
Please Ashley