Or if you now exactly how long it is you can use
<when green flag clicked> <forever> <play sound[ (sound) <wait( (length of sound) )secs> <end -^>
This also allows you to stop before any unwanted silence, you just change the wait by - 0.1 until the silence has gone enough.
Offline
Pecola1 wrote:
Or if you now exactly how long it is you can use
Code:
<when green flag clicked> <forever> <play sound[ (sound) <wait( (length of sound) )secs> <end -^>This also allows you to stop before any unwanted silence, you just change the wait by - 0.1 until the silence has gone enough.
True but there can be timing errors online if you use that method.
Offline
Kileymeister wrote:
Pecola1 wrote:
Or if you now exactly how long it is you can use
Code:
<when green flag clicked> <forever> <play sound[ (sound) <wait( (length of sound) )secs> <end -^>This also allows you to stop before any unwanted silence, you just change the wait by - 0.1 until the silence has gone enough.
True but there can be timing errors online if you use that method.
Yep, but it can be useful if there are annoying hitches in looping music.
Offline