HTML5 button function
Hi All,
Wondering what I'm doing wrong. Why doesn't this work in my Animate CC, HTML5 project? (probably something obvious)
stage.btn1_INS.addEventListener("click", buttonClick.bind(this));
function buttonClick() {
alert("I am active");
}
btn1_INS is a Symbol with a type of Button.
Thanks
