marcjmcdougall / zombie-bop

A simple mobile game developed within the time constraints of 8 hours in Starbucks!
0 stars 0 forks source link

On Android, the "Let's Go!" sound does not play #12

Closed marcjmcdougall closed 9 years ago

marcjmcdougall commented 9 years ago

On Android devices, the "Let's Go!" sound does not play. This is because of the way that libGDX loads their sound files. The sound is still rendering when it is told to play.

Instead, we should be playing the sound immediately after the sound object has loaded.

marcjmcdougall commented 9 years ago

This is very likely related to Issue #22 .