flash.display 패키지 내에는 DisplayObjectContainer 라는 Class가 있다. 위의 Class는 UIComponent를 상속받는 Container 들에게도 해당 속성이 적용 받는데, 포스트에 적을 것은 게중에 해당 컨테이너에 속한 컴포넌트들의 속한 순서(? addChild 된 순서)를 바꾸는 것을 알아 본다. 일단 DisplayObjectContainer에는 Canvas나 혹은 다른 Container 들에게 볼 수 있는 몇가지 Method가 있다. setChildIndex(child:DisplayObject, index:int):void Changes the position of an existing child in the display object container. swap..