Thanks very much, Scott.
very helpful info!
Larry
- Original Message -
From: "Scott Rossi"
To: "How to use LiveCode"
Sent: Tuesday, April 29, 2014 12:40 AM
Subject: Re: play two sounds
If this is for desktop, am pretty sure you have track playback of the
firs
If this is for desktop, am pretty sure you have track playback of the first
sound, using "wait" or a looping script.
on openStack
play ac 1
wait until the sound is done
play ac 2
end openStack
If you need to allow simultaneous events to take place, you can try adding
"with messages" to
Thank you, Pierre
Larry
- Original Message -
From: "Pierre Sahores"
To: "How to use LiveCode"
Sent: Tuesday, April 29, 2014 12:24 AM
Subject: Re: play two sounds
Hi Larry,
in the preopenstack command :
put specialFolderPath("engine") &a
Hi Larry,
in the preopenstack command :
> put specialFolderPath("engine") & "/CityChic.mp3" into Melodie[1] ###
> spécifique sous-domaine : 1_a/7 ###
> put specialFolderPath("engine") & "/CitySport.mp3" into Melodie[2] ###
> spécifique sous-domaine : 1_b/7 ###
> put specialFol