PlaySound Order

Hi
How to make sure sound play after each other and not at the same time?
Sleep command is very bad option as it creates lag.

Any suggestion?

Wajdy

The PlaySound function we call does not have a callback when it is finished.

The workaround is to use the SetTImeout() function to make subsequent call, giving each one enough time to complete.
https://wiki.nsbasic.com/SetTimeout

Done. That was really helpful

Thanks