Fill this out this info to make it easier for the community to help you! If you don’t fill out this information, your post may be deleted or removed.
What Wick Editor Version are you using?
1.19.3
Describe the Problem
I was using @SomeoneElse’s/@pumpkinhead’s websocket/cloud multiplayer template to mess around, and I was trying to make a thing where your player follows your mouse (that works) and by pressing “q” it plays a quack sound for everyone (not working so well).
in the latest working version, by holding q, you get “quack” text on top of your player, which everyone can see.
in the version that doesn’t work, the only difference is that I’ve added a playSound("quack");
line (the audio file was just named “quack”). suddenly, i can’t even see when I or another player quacks (no text and no sound). it’s still hold-to-quack so the outcome i’d expect is that the game plays the sound every frame (very fast, 60fps) for as long as i hold the “q” button.
What have you tried so far?
hard to say exactly what I’ve tried, but a few things I tried was switching the name of the file from Quack.wav to quack (which is what I have right now) and switching from hold-to-quack to press-to-quack (i don’t think i fully finished the attempt).
Do you have a Wick Editor File that we can see? Optional*
these 2 are of the version that don’t work. play the game with the HTML file, not the wick file. every time you want to playtest, you should export as HTML and try from there.
websocket quack7-24-2022_18-00-47.wick (9.4 KB)
My Project7-24-2022_17-59-21.html (2.1 MB)
this is the latest HTML that works. it shows text with no sound. if you comment out the playSound
s from the wick file above and export to try, it should give you this.
My Project7-24-2022_17-58-24.html (2.1 MB)