Question
Button inside a movie clip - HTML5
Hello guys!
I have this code below in button within 1 movie clip:
this.opcao_1.addEventListener("click", fl_ClickToGoToAndPlayFromFrame_11.bind(this));
function fl_ClickToGoToAndPlayFromFrame_11()
{
this.gotoAndPlay(150);When I test the film, the button does not advance to the frame.
Could someone help me?
