Skip to main content
buksori
Inspiring
June 1, 2020
Answered

Is there anyone to help me about Animate 2020

  • June 1, 2020
  • 2 replies
  • 728 views

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.

    This topic has been closed for replies.
    Correct answer Gooneybird12

    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.

    2 replies

    Gooneybird12
    Gooneybird12Correct answer
    Participating Frequently
    June 1, 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.

    Participant
    June 2, 2020

    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.

    kglad
    Community Expert
    Community Expert
    June 1, 2020

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