You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by Grindalf when trying to play multiple fishing sounds together, likely caused by HTML5 Audio implementation that CraftyJS was built on:
Ive been adding sound effects to my fishing game and wow have I been having some weird behavior
I imagine its just a quirk of JS which is why I didnt post in bug reports
I have 3 sound effects
a reeling in sound
a fanfare for catching a fish(which I also use when hooking a fish)
and a boo sound for when the fish escapes
the boos sound and reeling sound were fine
but I could not get the fanfare to play unless I stopsound the reel just before playing it.
funny thing is that would not play that instance of the fanfare but the other one instead XD
anyway I have it working now by using stopsound on the reeling sound EVERYWHERE
The text was updated successfully, but these errors were encountered:
Reported by Grindalf when trying to play multiple fishing sounds together, likely caused by HTML5 Audio implementation that CraftyJS was built on:
The text was updated successfully, but these errors were encountered: