■ 重なり順をコントロールするには
//ムービークリップアクション
on(release){
this.swapDepths(_parent.getNextHighestDepth());
this.myDepth
= this.getDepth();
this._parent.depth_txt.text
= "深度" + this.myDepth
+ ":" + this._parent.getInstanceAtDepth(this.myDepth);
}

