Thanks for letting me know :) I didnt realize it. I learned it from the book 
and it never gives me any problems. But really, thanks for the tip.
-----


With respect, this is NOT the way to close a MIAW. It will lead to crashes. 
A better method is to set a flag which triggers the close and forget 
commands from within the stage.

eg:

In the MIAW:

gCloseMIAW = TRUE

In the stage (say on exitFrame):

if gCloseMIAW then
  close yourMIAW
  forget yourMIAW
end if
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


[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