Thursday, September 6, 2007
as3: swapChildrenAt buggy?
Thursday, September 6, 2007
I have found that using swapChildrenAt( indx1:int, indx2:int ) is a bit buggy and have heard that instead one should employ removeChildAt( indx1:int ) followed by a addChildAt( index2:int ). Is this true and something that you use instead of the swap? I've seen some examples of how swapping is kind of buggy.
Comments:
There are currently 3 Comments:
-
Keith Peters said...“What exactly have you found? What have you heard? What have you seen?
Just saying something is "buggy" doesn't do much for me. If there's an issue there, I'd like to know about it.”



