AS3 删除数组中的 MovieClip
如果我将对象的引用存储在数组中并且它们存在于不同的位置,即它们不是同一父级的所有子级,那么有人知道如何使用 AS3 从舞台上删除子级吗?
SomeArray.push(this);
Anybody any ideas on how to remove children from stage using AS3 if I store the reference to the objects in an array and they exist in different locations i.e they are not all children of the same parent?
SomeArray.push(this);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
考虑一下:
他们的孩子。
它是独一无二的)。
对象(精灵、MC等)。
Consider this :
their children.
its a unique one).
object(Sprite,MC,etc).