Skip to main content
Inspiring
November 27, 2019
Answered

content broken

  • November 27, 2019
  • 2 replies
  • 392 views

it works in 2019 dosnt work in 2020, same code no changes this sucks...

 

gotoandPlay dosnt work simplest code!! I put label and same result

 

here, tyvm

 

this.huerta2_mc.addEventListener("click", fl_MouseClickHandler_8.bind(this));

function fl_MouseClickHandler_8()

{

//alert(huerta2)
if(huerta2 == 0&& inicio == 1){
this.huerta2_mc.gotoAndPlay(1)

}
}

 

https://drive.google.com/open?id=1zjyFbuLzvpHU5KmhTeXcZq26rgJI-OtX

 

Gracie

This topic has been closed for replies.
Correct answer cbunbury20

Great! turn OFF "advance layers" on doc properties and your content will work again normally

2 replies

cbunbury20AuthorCorrect answer
Inspiring
November 28, 2019

Great! turn OFF "advance layers" on doc properties and your content will work again normally

kglad
Community Expert
Community Expert
November 27, 2019

what does alert(huerta2) and alert(inicio) show?

 

if they show 0 and 1, resp, did you check if they're strings or numbers?

Inspiring
November 28, 2019

It tested rigth, thats why it works on 2019 and all the ones before, ill check content of variables again, but i mean for gotoAndPlay broken with update its scary future.... Again...

 

Thanks a lot Kglad i will go check