ActionScript 3 removeAllChildren

Posted

tags:

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

/*
  Child index changed after you remove one.
*/
DisplayObject.prototype.removeAllChildren = function(){	
	for(var j = this.numChildren-1; j >= 0; j--){
		this.removeChildAt(j);
	}
}

/*

usage:
movieClipName.removeAllChildren();
moviClipParent.movieClipChild.removeAllChildren();
etc.

*/

以上是关于ActionScript 3 removeAllChildren的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 ActionScript 3 SliceBitmap类

ActionScript 3 ActionScript 3中的XML循环

ActionScript 3 clickTag使用ActionScript 3

ActionScript 3 ActionScript 3中的反射

ActionScript 3 在ActionScript 3中嵌入字体

ActionScript 3 TextManager ActionScript 3.0类