----- Original Message -----
From: ALVIN GO <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 25, 2001 11:54 AM
Subject: <lingo-l> sound problems
> Have these no-sound problem that comes up in shockwave
> format. Changed the file to dxr and the problems still
> there. Added a code that checks if the sound channel
> is not busy then play that file. Something like:
>
> if sound(1).busy = 0 then sound(1).play()
try this movie script...
on startMovie
if not sound(1).isBusy() then
puppetSound 1, member("SoundMember")
end if
end
Hope this helps.
John Erazo
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]