-
-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
annoying sound issues BEE BOXING #5923
Comments
Thanks for the report! Unfortunately, this doesn't reproduce for me in the latest nightly (2021-12-22). Could it be that you just use an older release? (I suspect this has been fixed by #5657, which first landed in nightly 2021-11-28) |
After a short investigation, this looks like another case of #993 (comment). if (this.kia == true) {
this.lieDown = this.lieDown + 1;
if (this.lieDown >= 10) {
var _loc4_ = aktie.getNextHighestDepth();
var _loc3_ = aktie.attachMovie("mcKruis","kruis" + _loc4_,_loc4_);
_loc3_._x = this._x;
_loc3_._y = this._y;
_loc3_.kruisnr = this.commander.commanderNr;
if (this.commander.control == true) {
if (winnaar == null) {
speelSimpelSFX("man_lost");
}
}
this.kia = false; // <-- Added manually!!!
this.removeMovieClip();
}
} In Flash, |
Describe the bug
just play the game and we have the issues with sound
but otherwise the game works just fine
screen-capture.mp4
https://www.bubblebox.com/play/95/bee-boxing.htm
Expected behavior
for the game to play without annoying sounds as it is in order to enjoy the game i have to mute my chromebook
Affected platform
Browser's extension
Operating system
ChromeOS
Browser
Version 96.0.4664.111 (Official Build) (64-bit)
Additional information
No response
The text was updated successfully, but these errors were encountered: