• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Is there anyone to help me about Animate 2020

Explorer ,
Jun 01, 2020 Jun 01, 2020

Copy link to clipboard

Copied

version - Animate 2020.0.3.

 

In this HTML5_Canvas ducument attached,
stop, play, gotoAndStop buttons have no problem.
gotoAndPlay button is impossible.
Why is it impossible?
I hope anyone can help me..

 

www.buksori.net/20200601/test0601.fla 


Thank you for your concern.

Views

520

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Jun 01, 2020 Jun 01, 2020

I found that if you gotoAndPlay the frame number instead of the label, it works fine:

 

_this.gotoPlayBtn.on('click', function(){
 _this.gotoAndPlay(216);
});

 

Not sure why it doesn't work with the label. Maybe a bug with the newly added streaming audio capability?

 

Update: I tried this with a new file and the same thing happened. Streaming audio doesn't resume when you jump to a label, but it works with a frame number.

Votes

Translate

Translate
Community Expert ,
Jun 01, 2020 Jun 01, 2020

Copy link to clipboard

Copied

the button's working.  i just don't hear your sound.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 01, 2020 Jun 01, 2020

Copy link to clipboard

Copied

I found that if you gotoAndPlay the frame number instead of the label, it works fine:

 

_this.gotoPlayBtn.on('click', function(){
 _this.gotoAndPlay(216);
});

 

Not sure why it doesn't work with the label. Maybe a bug with the newly added streaming audio capability?

 

Update: I tried this with a new file and the same thing happened. Streaming audio doesn't resume when you jump to a label, but it works with a frame number.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 01, 2020 Jun 01, 2020

Copy link to clipboard

Copied

LATEST

Thank you Gooneybird12.

I am happy to know that goto Frame Number And Play Button works.

 

And I sent Adobe the message that that goto Frame Label And Play Button doesn't work. I am waiting for the solution from Adobe.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines