使用 AS 2 将影片剪辑从库加载到舞台中
我如何使用 AS2 将影片剪辑从库加载到我的舞台中。以及如何卸载它。你能帮我吗?我很感激
how can i load a movie clip using AS2 from library into my stage. and how to unload it. could u help me ? i appreciate it
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在库中,您必须分配一个链接(右键单击该链接)并选中“导出为 Actionscript”并设置名称(例如 myMovieClip)。该名称将由 AttachMovie 方法使用:
并用于删除;
乔斯
In the library, you must to assign a Linkage (right click on th mc) and chech Export for Actionscript and set a name (for example myMovieClip). That name will be used by attachMovie method:
and for remove;
chaus
//在屏幕上随机创建100颗子弹
//to create 100 bullets randomly on the screen