sandtf76 wrote:
I would like to know, why the music do not play when i put the command "play sound" between the controls as "repeat and forever".
"play sound" just plays the sound over and over again. It does not wait for the one it has just started playing to finish. Try using "play sound _______ until done". That will get rid of the problem.
Offline
Hi JH1010,
thanks for your answer. I have used "play sound" and "play sound until done", but, with commands only, it does not work. When the song finish, it does not to begin again. Why?
I've had to writte: one in the thread begins with "when flag clicked", broadcast a start message, begin a new thread "when I receive start", insert the repeat loop, insert "wait___seconds"(the seconds that song plays", and, finally, insert "play sound" again.
Now, when song finishes, it begins again.
Offline
forever play sound [something v] until doneshould work. If there is a few seconds silence at the end of the sound, it will wait for those to finish too.
Offline