JSFL 中的 AS 3.0 addChild 功能?
除了将帧粘贴到图层内之外,还有其他方法可以将元素添加到时间轴中吗?我想将 addChild 功能从 actionScript 复制到 JSFL 中。所以基本上,我想将一堆 movieClips 实例添加到另一个影片剪辑中,有人知道如何在 JSFL 中执行此操作吗?提前致谢!
Is there a way besides pasting frames inside a layer to add an element into a timeline? I'd like to replicate the addChild functionality from actionScript into JSFL. So basically, I'd like to add a bunch of movieClips instances into another movie clip, does anyone know how to do this in JSFL? Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以这样完成:
如果您想调整新子项的某些内容,请使用 doc.setElementProperty ,如下所示:
It can be done like this:
If you want to adjust something of the new child, use doc.setElementProperty , like this: