At 15:17 +0100 04/19/2002, limiar40 b wrote:

>in made a custom dialog with MUI xtra, just a simple dialog with a 
>YES/NO buttons. The NO button stills in the same movie, the YES 
>button  jump to another movie, the problem is after the other movie 
>appears, gives me an aplication error, anyone of u knows how to 
>resolve this?

Mmm, I'm guessing it's because the MUI Xtra is doing a callback to a 
script that's no longer present (since the script would have been in 
the movie just exited).

Not sure exactly what can be done about that short of using MIAW, and 
having your *stage* projector (that loads the movies you're moving 
around in) be the one where you put the MUI handling code. That way 
the script MUI uses is always present; it's running in the background 
with the projector. What the MIAWs do then isn't an issue.

Does that make sense? You could set up a global window variable and do

   tell window whatever
     go movie whatever
   end tell

when YES was clicked in the MUI dialog. The MUI script would be in 
the projector, the same one doing the MIAW handling.

-- 

              Warren Ockrassa | http://www.nightwares.com/
  Director help | Free files | Sample chapters | Freelance | Consulting
        Author | Director 8.5 Shockwave Studio: A Beginner's Guide
                    Published by Osborne/McGraw-Hill
          http://www.osborne.com/indexes/beginners_guides.shtml
[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!]

Reply via email to