Help with a bug or issue

So in my game: https://flowlab.io/game/play/1107855 If you go to the main menu and click the settings button, the sound checkmark will not go on or off because the mouseclick behavior keeps breaking. I tried making a new object but it still keeps breaking. The object is: Sound Button 1.

@Johnny_boy, from what I’ve tried, deleting and adding a new mouseclick behavior will fix the issue.

1 Like

@JR01 I tried that but then after a couple minutes it breaks again.

1 Like

Interesting,
@grazer has been redoing the mouseclick behavior since the last update, I think this should be something for him to look at.

1 Like

@grazer, Can you take a look?

Hey @Johnny_boy it looks like the issue here is that both that music button and the “Play” button underneath of it are fighting for the mouse click. Maybe move the other buttons out of that area when the settings menu is open?

Thanks, I just tried that and it worked!