Skip to main content
sumanr49634048
Known Participant
October 9, 2019
Question

sound overlapping issue in Animate cc HTML 5 canvas

  • October 9, 2019
  • 1 reply
  • 469 views

I am facing the Sound overlap issue, when I used to play the sound using linkage name. Next sound is playing before playing sound is not completed. I am playing sound using frame numbers. For reference find the following image.

This topic has been closed for replies.

1 reply

Legend
October 9, 2019

createjs.Sound.stop();

 

This will kill all currently playing sounds.

 

sumanr49634048
Known Participant
October 10, 2019
If we write create.Sound.stop(); first sound will stop before playing completely and second sound will start. I am facing issue that first sound file is playing and second sound file is started before first sound file playing is completed.