检查和改变一个容器中 DisplayObjects 的重叠顺序
getChildIndex
getChildIndex 方法返回参数所指定的 DisplayObject 的索引,其顺序是重叠的。
Example
setChildIndex
setChildIndex 函数将第一个参数中指定的显示对象重新定位到第二个参数中指定的位置。这种重新定位可以用 addChildAt 方法的同样方式进行。
swapChildren
swapChildren 函数交换由参数指定的两个显示对象的重叠顺序(索引位置)。
swapChildrenAt
swapChildrenAt 函数交换了由参数index指定的两个 DisplayObject 的重叠顺序(索引位置)。addChild 方法用于重新定位一个 DisplayObject 到顶层。