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.
当使用 .play() 播放电影剪辑时,我该如何做到这一点?屏幕上的所有其他内容都被隐藏了?
有多种方法可以做到这一点,具体取决于您的代码布局方式。您可以将 MovieClip 移动到主显示列表的顶部并访问其他所有调用 otherItem.visible = false;
或者只是在影片剪辑后面放置一个空白背景,以便它覆盖所有内容。提供对您正在做的事情的更多见解,您将得到一个不太通用的答案。