I need help on how to repeat your songs! OK! I was making a game that have a music, and a play button. but i need help on how to stop the song when i click the button. [When flag clicked][Play sound (blahblah) until done] but if i click the play button i want it to stop and i want the song to go on repeadly until i click the play button so pls help! REPLY ASAP

Offline
Make a variable called "play" that is set to 1 when you click the play button, then make this script:
When green flag clicked
set play to 0
repeat until <play = 1>
play sound [song] until doneHope that helps!
Offline