Sound Question

Hello again! I have a question. Is there a line of code the waits for the sound track to finish before it moves onto the next line of code(kind of like the ‘play sound until done’ scratch block)? Thank you!

There isn’t. If there would, then your app would not work, waiting for the sound to finish playing?
You can use events to learn when a sound is finished playing. Once fired, you would do your logic that comes after the sound playback is finished:

1 Like

The topic below can be useful.

Ok thank you guys so much!