Flash 影片在特定帧上挂起

发布于 2024-12-22 20:28:44 字数 409 浏览 0 评论 0原文

我有一个立方体,其侧面链接到时间线上的更多信息。该信息有一个关闭按钮,可返回到时间轴上的多维数据集。我的问题是立方体的接触“面”。点击联系人即可查看联系信息。单击联系人信息处的关闭按钮有时会导致影片在多维数据集的联系人“一侧”挂起。这是唯一发生这种情况的地方,而且并不总是发生。

以下是多维数据集的链接:http://www.worldwidego.org/dept404/Cube -test.html

我使用Flash CS4和AS3。动作脚本主要用于按钮 - 其他所有内容都是在时间轴上创建的。

任何关于可能导致此问题的想法将不胜感激。我可以提供 fla 文件,因为我知道这里的信息非常基本。

I have a cube where the sides link to more information on the timeline. The information has a close button that returns to the cube on the timeline. My problem is with the Contact 'side' of the cube. Clicking on contact goes to the contact information. Clicking the close button at Contact information occasionally causes the movie to hang up on contact 'side' of the cube. This is the only place where this occurs and it does not always occur.

Here is a link to the cube: http://www.worldwidego.org/dept404/Cube-test.html

I used Flash CS4 and AS3. The actionscript is mainly for the buttons - everything else is created on the timeline.

Any thoughts on what may be causing this would be appreciated. I can provide the fla file as I know the information here is pretty basic.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

婴鹅 2024-12-29 20:28:44

问题的原因在于补间动画层在挂起的帧中不可见。我删除了该补间动画并在新图层上重新创建了它,挂起现象就被消除了。

The cause of the problem was in a motion tween layer that was not visible at frame that was hanging up. I deleted that motion tween and recreated it on a new layer and the hang up was eliminated.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文