Larry,

Try adding “with messages” to the wait command.  That should allow other 
actions to occur while the sound is playing.

Marc
On Apr 29, 2014, at 5:05 PM, 
[email protected]<mailto:[email protected]> wrote:

Here is my problem:

I have this in my code:
play audioclip "myClip1.wav"  - which is 8 seconds in duration.
wait 8 seconds
play audioclip "myClip2.wav" looping

The problem is that any form of the wait command means that I cannot do 
anything else during the wait period - such as clicking on a button to stop 
play.
So I cannot even use:
wait until the sound is done


How do I wait to play the 2nd clip, but still allow the user to click on a Stop 
Play button?

TIA
Larry
_______________________________________________
use-livecode mailing list
[email protected]<mailto:[email protected]>
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

---------------
Marc Siskin
Manager, Modern Language Resource Center
Carnegie Mellon University
[email protected]<mailto:[email protected]>



_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to