Hello Guys,
I'm Emanuel, i'm new on this forum and I want to ask you something about HTML5 games created in Animate CC.
There is an alternative for external links in Animate CC for HTML5 Games ? I'm using this code:
this.button.addEventListener("click", button_fun);
function button_fun() {
window.open("http://www.mysite1.com", "_blank");
}
But i think isn't working for all the users, because my click rate on buttons was decreased.
Thanks in advance!
Emanuel.