Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以控制 *.dcr 深度(z-index),以便在其顶部出现闪光灯或其他一些图层吗?
是的你可以。但是您必须为 flash sprite 和所有其他具有此选项的 sprite 禁用“Direct to stage”。否则这些精灵将始终出现在顶部。如果禁用此选项,则通道的顺序为 z-index。您也可以使用 lingo-property locZ 来更改顺序。重要提示:禁用“直接进入舞台”会降低您的性能。
简而言之,没有。不过,您可以将闪存嵌入到您的 dcr 中。