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 forgotten the MIAW that has this script in it. That could lead to some problems.

[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