Adobe Director (dcr) 深度(z-index)问题
是否可以控制 *.dcr 深度(z-index),以便在其顶部可以出现闪光或其他一些层?
Can *.dcr depth (z-index) can be controlled such that a flash or some other layers can appear on top of it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,你可以。但是您必须为 Flash 精灵和所有其他具有此类选项的精灵禁用“直接到舞台”。否则这些精灵将始终出现在顶部。
如果禁用此选项,则通道的顺序就是 z 索引。您也可以使用 lingo-property locZ 来更改顺序。
重要提示:禁用“Direct to stage”将会降低性能。
Yes you can. But you have to disable "Direct to stage" for the flash sprite and all other sprites which have such an option. Otherwise these sprites will always appear on the top.
If you disable this option then the order of the channels is the z-index. And you can use the lingo-property locZ to change the order too.
Important: Disabling "Direct to stage" will cost you performance.
简而言之,不。不过,您可以将闪光灯嵌入到您的 dcr 中。
In short, no. You could embed the flash within your dcr though.