clearglobals. But ideally, I'd like a solution that does not touch the
code in "existing_movie".
Try this:
script "AnyOldScript":
property AllMyVars
(script "AnyOldScript").AllMyVars = gMySpecialPList
clearGlobals
gMySpecialPList = (script "AnyOldScript").AllMyVars
Better yet, just use (script "AnyOldScript").AllMyVars instead of
gMySpecialPList anywhere it's needed -- this would accomplish the objective
above.
John Mathis
Inplicity
[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!]