Question
Speaker button not working
Nothing happens when I click the speaker button that has the movieclip icon in the Chrome browser but it is fine in the Microsoft Edge browser. There it works. I use label name begin in frame 42 and in frame 1
this.speaker.addEventListener("click", playClicked.bind(this));
function playClicked() {
this.play("begin");
}
I have the code where the button is located. Why does not Chrome work and will see if it works on Android. Certainly, Chrome Android is the same.
