jassenburg / frozenbubbleplus

Automatically exported from code.google.com/p/frozenbubbleplus
0 stars 0 forks source link

When the option menu pops up, the current song is briefly unpaused and then paused again #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This usually plays a brief sound, which might annoy a player.

Ensure that the music does not become unpaused when the option menu is opened.

Original issue reported on code.google.com by forter...@gmail.com on 23 Mar 2013 at 1:26

GoogleCodeExporter commented 8 years ago
Added allowUnpause flag to prevent the music player from unpausing and thus 
playing while the options menu is being opened, because the screen touch is 
causing the game state to update to resume the game.

Ideally, the touch wouldn't update the game state while the option menu is 
being prepared to open, but this fix is much simpler.

Original comment by forter...@gmail.com on 23 Mar 2013 at 7:46