Hey all,

Loop or not?  I have a somewhat large project, each subsection is in its own 
movie (.dir).  There is different music playing on each different movie (and 
occasionally Narration).

I have this before going to a different movie:

on mouseUp
  If soundBusy (1) then sound fadeOut 1, 60
  If soundBusy (2) then sound fadeOut 2, 60

  go movie "myNewMovie"
end mouseUp


...pretty basic (I think).   Problem is that it is jumping to the next movie 
before the sound fades out, therefore the sound just cuts out and then the 
next movie has no sound.  Does the sound fadeOut have to be in a loop until 
it is completely faded BEFORE the "go movie..."?
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


[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!]

Reply via email to