Hi
I need to use mp3 sound effects ; just for size purposes, so i used SoundEffectVPlay but it not working for mp3 sounds
then i tried to run it using BackgroundMusic element, it working well, but when play any sound effect then send the game to mobile background then run it again , the sound run automatically
Scenario again.
1- add sound element
BackgroundMusic
{
autoPlay: false
loops: 1
id:<i>soundShuffling</i>
}
2- run it
<i>soundShuffling.play()</i>
3- go background and run the game again
4- the sound play automatically !!!!!!!
Please advice
Thanks