Flash中,将某个元件置于最顶层

代码如下:

var topPosition:uint = this.numChildren - 1;
this.setChildIndex(mytt, topPosition);//mytt,是要置顶的元件
原文地址:https://www.cnblogs.com/wqing/p/2383525.html