Hi Colin,
maybe I don't understand You, but I have a kind of master movie that tells
the miaw to switch the movies displayed on another screen. The master movie
still stays active,it's still there, it works, it just exits the handler
after calling the miaw.
Colin Holgate wrote:
> >I have problem with continuing handlers after changing a miaws movie,
> >eg:
> >
> >on pleaseCallme
> > do something
> > do something else
> > tell miawwindow to play antother movie
> > do another thing
> >end
> >
> >All lingo after the tell command is simply not executed. Is that normal
> >or what is wrong?
> >Working on G4, MacOS9, D7.02
>
> There are other situations you could get into where this would cause
> a crash, so you're ahead of that at least. The movie that has the do
> another thing line in it is no longer around by the time that line is
> reached, so it's not surprising that the line doesn't happen. You
> might think about using a global variable to pass over the next thing
> you want to do to the next movie.
>
> [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!]
[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!]