Hello flash coders,
what is your usual method for deleting child movieclips
(which were previously attached by attachMovie)?
I suspect, that the method I'm using:
public function reset():Void {
for (var key:String in this)
if (typeof(this[key]) == 'movieclip')
this[key].removeMovieClip();
ntables = 0;
}
is no good because it runs through the list
and modifies it at the same time...
I'm asking because I get "ghost movieclips"
in my MC at http://preferans.de/flash/Ellipse.swf
and can't find the reason for that :-(
I haven't found a good test case either
(i.e. you want see the problem in the above .swf)
Regards
Alex
--
http://preferans.de
_______________________________________________
[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