几秒后闪现removeChild
我是 Flash 新手,我不知道是否可能,但我正在使用 addChild 将随机影片剪辑添加到舞台上,我需要在 10 秒后删除它们...我如何使用 removeChild 来做到这一点?
问候
I'm new on Flash, i don't know if it possible, but i'm adding a random movieclip to the stage, using addChild, and i need to remove them after 10 seconds...how can i do this using removeChild?
regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
或者您可以使用 flash 库中的默认函数
更多信息。
最后它看起来像这样:
Or you can use the default function from flash library
More Info.
And at the end it would be looking like this:
使用 Timer 类。另外 TweenLite 库 有一个很好的函数,名为 TweenLite.delayedCall(secondsDelay, functionToCall)
Use the Timer class. Also the TweenLite library has a nice function called TweenLite.delayedCall(secondsDelay, functionToCall)