ActionScript 3 将剪辑移动到最高深度

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 将剪辑移动到最高深度相关的知识,希望对你有一定的参考价值。

public static function moveToTop(child:DisplayObject):void{
	(child.parent != null) ? child.parent.setChildIndex(child, child.parent.numChildren-1) : null;
}

以上是关于ActionScript 3 将剪辑移动到最高深度的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 中基于 mouseY 的垂直滚动

无法将其他 Flash 影片剪辑访问到 Actionscript 3

ActionScript 影片剪辑向左移动,但不向右移动

ActionScript 3:使影片剪辑播放到最后

影片剪辑数组 ActionScript 3

用于按钮的简单 Actionscript 3