anisha u can try out something like the following script say u have 3 soundfiles sound1,sound2,sound3. on startmovie set n=0 end
on enterframe if not soundbusy(1) and n<4 then n=n+1 sound playfile 1,the pathof the sond files&"sound"&n end if on exitframe me go the frame end .................and for the pause between sounds i suggest that u dont use timer if possible try to give some space before or after each sound file in any sound editing software like sound edit 16. anyway wish u all the best. regards junaid multimedia programmer cyberscape multimedia ltd. calcutta. india ----- Original Message ----- From: "Anju Singhal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 6:08 PM Subject: <lingo-l> problem with ext. sound files > Hi, > Am facing problem with sound files. Have set the sound device to "Macromix > and am using sound Playfile command to play them externally. > I want to play 3 sounds one after the other. To give wait in between, I have > tried using the timer but the next sound is not playing until am using > repeat while loop with timer or soundbusy(if loop is not working) which I > don't want to use as it will not allow me click anywhere else till sound is > playing. Even with repeat while loop, sometimes some of the audio files are > getting cut and not playing fully. > Pls help me. > > > Txs > Anju > > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > [To remove yourself from this list, or to change to digest mode, go to > http://www.penworks.com/lingo-l.cgi To post messages to the list, > email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) > Lingo-L is for learning and helping with programming Lingo. Thanks!] > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
