I'm having some trouble with removeMovieClip - it doesn't appear to be working
I have code that does an attachMovie that looks like:
var my_mt_mc:MovieClip = createEmptyMovieClip( ... );
var my_mc:MovieClip = attachMovie(linkageId, "aMovie"+depth, depth, init);
 
and later I do
my_mc.removeMovieClip();
 
If I list the properties of "this" using for(var i in this)
 
I can see that aMovieX still exists.
I've tried doing a removeMovie on aMovieX, but that doesn't work either.
The movie clip has an onUnload method and I can see that it gets called.
Any suggestions?
 
 



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to