> > Hi Zeh, > I tested the theory and put the onEnterFrame = null inside if(loaded == > filesize) right at the beginning and it did not finish the alpha that was > under it. > Does that mean that my code does not finish because I made it null or does > that mean that it does matter where you place the termination? >
No, it's an unrelated error. The function continues to execute. You did not make the code itself null, just a reference you have to it. You can nullify the reference at the very start of the function, and the coe will continue to work as usual until the function ends. Zeh _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

