Error Uncaught TypeError: Cannot read properties of undefined (reading 'tweenjs_count')
setTimeout(function () {
var photo2Sound = createjs.Sound.play("crocodile", { volume: 1 });
photo2Sound.on("complete", photoSoundCompleteHandler, this);
}, 2000);
Hi. I'm working with canvass. I get an error with the above code. I'm not sure what I am doing wrong.
When the sound completes, I am trying to call the photoSoundComplete() function.
Uncaught TypeError: Cannot read properties of undefined (reading 'tweenjs_count')
Any help would be appreciated.
Thanks

