Re: lingo-l MIAW and script error

2003-07-23 Thread Anand Ravi
My closer is in a button in the MIAW: on mouseUp me close(the activeWindow) forget(the activeWindow) tell (the Stage) to go to frame 5 end The issue, I think, is with the closer function. Close the miaw from the main window/movie. When the close button is clicked pass the name of the

RE: lingo-l MIAW and script error

2003-07-23 Thread Kerry Thompson
The issue, I think, is with the closer function. Close the miaw from the main window/movie. When the close button is clicked pass the name of the window to the main movie as a parameter and invoke a custom handler to close miaw windows. If I understand you right, that won't work either. If

Re: lingo-l MIAW and script error

2003-07-23 Thread Anand Ravi
The issue, I think, is with the closer function. Close the miaw from the main window/movie. When the close button is clicked pass the name of the window to the main movie as a parameter and invoke a custom handler to close miaw windows. If I understand you right, that won't work

lingo-l MIAW and script error

2003-07-22 Thread Locke Morgan
I have 8 movies that I am trying to tie together under an initial console. The main console has buttons that open a MIAW for the individual movies. All works well until I try to open a 2nd movie. My opener script is: on mouseUp me global pMIAWGlobal pMIAWGlobal = window(the moviePath

Re: lingo-l MIAW and script error

2003-07-22 Thread Colin Holgate
My closer is in a button in the MIAW: on mouseUp me close(the activeWindow) forget(the activeWindow) tell (the Stage) to go to frame 5 end Forget doesn't forget globals. The bigger problem may be the above script. You're telling the stage to go to frame 5 after you have already

Re: lingo-l MIAW and script error

2003-07-22 Thread Howdy-Tzi
On Tuesday, Jul 22, 2003, at 17:30 America/Chicago, Locke Morgan wrote: I have 8 movies that I am trying to tie together under an initial console. The main console has buttons that open a MIAW for the individual movies. All works well until I try to open a 2nd movie. Would you care to share the

RE: lingo-l MIAW and script error

2003-07-22 Thread Kerry Thompson
I have 8 movies that I am trying to tie together under an initial console. The main console has buttons that open a MIAW for the individual movies. All works well until I try to open a 2nd movie. My opener script is: on mouseUp me global pMIAWGlobal pMIAWGlobal = window(the

Re: lingo-l MIAW and script error

2003-07-22 Thread Tab Julius
Okay, even if you get away with this in authoring, it will crash in a projector. You cannot forget the active movie MIAW from the MIAW itself. Basically that's pulling the rug out from under its feet. The mouseUp function needs to return somewhere, and if the movie has disappeared, you are