We need a reporter block to determine if a sound is currently playing.
That way, we can do something until the sound is done playing, like animate something.
Repeat until <not < _mysound.wav_ is playing? > >
| (do stuff)
|__________
etc.
The only way to do this currently, is to use the timer to calculate when the sound will stop playing. Yuck.
Last edited by BoltBait (2011-02-22 03:43:57)
Offline
fullmoon wrote:
What about a (length of [sound]) block?
make your out suggestions thread >.>
(JK)
Offline
puppetadventurer wrote:
fullmoon wrote:
What about a (length of [sound]) block?
make your out suggestions thread >.>
(JK)
We need these:
<[sound] is playing?>
(length of [sound])
(current amount played of [sound])
Offline