While Globals are around as long as the movie, I have found that voiding
them when I am done with them will release the memory they use to hold that
value. This has been most useful for dumping objects and ancestors when
switching movies.
Brian Bradshaw
Systems Engineer
McGraw-Hill Education
McGraw-Hill Companies
860-409-2603
[EMAIL PROTECTED]
-----Original Message-----
From: Kerry Thompson [mailto:[EMAIL PROTECTED]]
Sent: Saturday, September 09, 2000 12:41 AM
To: [EMAIL PROTECTED]
Subject: Re: <lingo-l> Eliminate globals after using
>Instead of letting the globals floating around when the program is
>running, is there a way to kill it after it's done. I don't know if
>properties would do it
Globals are around as long as your movie is running--they even hang around
if you go to or play another movie.
Properties are one way of doing it, if you're using OOP. When you dispose
of an object, its properties are removed from the heap.
[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!]