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)
_______________________________________________
[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

Reply via email to