flash中如何写代码将图层一放在最上层?
写代码
交换深度
MovieClip.swapDepths()
使对象处在最上面
mx.behaviors.DepthControl.bringToFront(MovieClip)