I have a mp3 file that i want to play until i tell it to stop.
it is only 38 seconds long and i need to to play the length of my game, or until it recieves a broadcasted message.
any suggestions>
Offline
Something like this should work, if you use the stop all block when the game ends:
[blocks]<when green flag clicked>
<forever>
<play sound[ music ]and waits>
<end>
[/blocks]
Offline