Hello everybody,

I have an easy question to the experts here and would very much appreciate
their help:

I am in one part of a movie. Music is playing. There is a button that leads
to somewhere else.
When this button is pressed, I want the music to fade out and then the jump
to another part of the movie to be executed.

Now I encounter the following problems:

1) The fade out alone is not executed the way it should. If I put
sound(1).fadeout(5*60) it shoud fade out in 5 seconds.
But actually it is fading out about ten times faster.
2) If I put the "go to ..." command directly after the fade out, the fade
out is not executed, because the program jumps to another
location where the sound is not present anymore. The should tell the
program: Wait until the fade out has finishend and then go to
the new location.

How is this done?

There should be somebody among you who has done this before.

Thank you in advance for passing on your knowledge!

Michael von Aichberger



[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