Jan 1 1970

as3如何删除所有Sprite

Published by Jone at 2008-8-1 5:59 under 编辑

//删除所有Sprite

   while(this.numChildren > 0) {
       this.removeChildAt(0);
   }

« js如何获取flash版本 | Google的Flash 索引»

引用地址:

发表评论: