6Aug/090
test short
function SwapDepths(e:MouseEvent):void { var target=e.target; this.setChildIndex(target, (this.numChildren - 1)); } this.addEventListener(MouseEvent.MOUSE_DOWN, SwapDepths);
function SwapDepths(e:MouseEvent):void { var target=e.target; this.setChildIndex(target, (this.numChildren - 1)); } this.addEventListener(MouseEvent.MOUSE_DOWN, SwapDepths);