I'll bet if you trace the movieclip where your class resides from outside the class (on the next frame or after a timeout) you'll find that the movieclip no longer exists.
removeMovieClip is being scoped to the class itself, not the Global function removeMovieClip. Just use: _root[thisColumn_txt].removeMovieClip(); Derek Vadneau ----- Original Message ----- From: Allandt Bik-Elliott (Receptacle) To: [email protected] Sent: Thursday, May 24, 2007 11:52 AM Subject: SPAM-LOW: Re: [Flashcoders] removeMovieClip scoped incorrectly? yeh i correct that - still gives me the same jyp _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

