Thanks, Alexx
A useful thing to know!
Jeff Murray | Associate Director, Game Development
FUEL INDUSTRIES
tel: 613.224.6738 ext. 246
www.fuelindustries.com
www.fuelgames.com
-----Original Message-----
From: dirgames-l-bounces nuttybar.drama.uga.edu
[mailto:dirgames-l-bounces nuttybar.drama.uga.edu] On
Behalf Of Alexx
Sent: Friday, March 23, 2007 11:51 AM
To: Director - Shockwave - and Flash Game Production
Subject: Re: [dirGames-L] Strange Memory Leak
Jeff Murray a écrit :
> Hey,
>
> I'm interested in the _System.gc() call ..
>
> What is it? How do we use it? Does it work? Why does
MX2004 say to me
> that .gc() isn't a handler?
>
> Am I asking enough questions? :p
>
this must be used in a Javascript moviescript like this :
function GarbageCollector(){
_System.gc();
}
then you could call the GarbageCollector() handler from any
lingo script
bye
Alexx
_______________________________________________
dirGames-L mailing list - dirGames-L nuttybar.drama.uga.edu
http://nuttybar.drama.uga.edu/mailman/listinfo/dirgames
-l
_______________________________________________
dirGames-L mailing list - dirGames-L nuttybar.drama.uga.edu
http://nuttybar.drama.uga.edu/mailman/listinfo/dirgames
-l
|