I'm stumped.. maybe I'm missing something. Basically, I have the game loop a sound file. It works PERFECT when exported to a webpage, but when I export it to android format, it does NOT play the looped sound. The other sounds (that only play once on specified events) work perfectly on both the web and android. What am I missing?
Here is the command I used to have it loop the sound:
System - on start of layout - Play "sound1" looping at volume 0 db (tag "sound1")
Again.. it works perfect and loops on a webpage, but when I export it into android it does NOT play the sound at all. Here is the command I used to play a different sound when a particular event happens and NOT loop. This works perfect on both a website and android:
Mouse - Cursor is over picture - Play sound2 not looping at volume 0 db (tag "sound2")
Anybody have any ideas?