[mtasc] loadMovie problem with library

Nicolas Cannasse ncannasse at motion-twin.com
Thu Dec 22 22:55:06 CET 2005


>     static function main ()
>     {
>         var x:Base = new Base ( _root );
>     }

Try to store you Base instance into a static variable. In some cases 
Flash GC is stoping events because the class is garbaged while it should 
not.

Nicolas




More information about the mtasc mailing list