Don't do it in the stop movie.

Not sure if I'll explain this well, but whenever you cal any handler,
there's kind of a return happening ih the background to tell teh
application 'yeah, I finished that'. For example:

on startmovie
        beepem
end

on beepem
        beep
end


what happens is the startmovie calls beepem, which beeps, then returns
back to startmovie to say 'Yeah, I did that already', then would go onto
the next call.

MIAWs are known to be fussy; when you close them all on stopMovie, there's
really no movie to answer 'yeah I closed all those MIAWs' - since the
stage/main window is now stopped, understand? What you'd want to do is
call some kind of 'closeMIaw' handler, which would wait until the
windowlist was empty before going on to stopMovie. 


[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