[Flashcoders] Re: How do you delete child movieclips?

2007-08-30 Thread Alexander Farber
I think I've figured it out now -
I was assigning negative depth to
some of the attached movies...

On 8/27/07, Alexander Farber <[EMAIL PROTECTED]> wrote:
> I get ghost movieclips, but can't localize why it's happenning :-(
___
Flashcoders@chattyfig.figleaf.com
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


[Flashcoders] Re: How do you delete child movieclips?

2007-08-30 Thread Alexander Farber
Here you can see my problem:
http://preferans.de/flash/Ellipse.gif

Sorry for a bit chaotic mail.

I get ghost movieclips, but can't localize why it's happenning :-(

Regards
Alex

On 8/27/07, Alexander Farber <[EMAIL PROTECTED]> wrote:
> 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 won't see the problem in the above .swf)
___
Flashcoders@chattyfig.figleaf.com
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