我可以使 GIF 动画帧在 ActionScript 中播放得更快吗?

发布于 2024-09-11 15:13:40 字数 54 浏览 4 评论 0原文

比如说我有一个 10 帧的 gif。可以帮助我使 gif 以更快的速度浏览这些帧的代码是什么?

like say i have a gif that has 10 frames. what is the code that will help me make the gif go through those frames at a quicker pace?

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

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

发布评论

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

评论(3

少跟Wǒ拽 2024-09-18 15:13:40

从 GIF 中提取每一帧并将它们放置在时间线上,然后将电影的帧速率设置为您喜欢的任何值

Pull each frame from the GIF and place them om the timeline and then det the framerate of the movieto whatever you like

韬韬不绝 2024-09-18 15:13:40

您可以在文件属性中设置帧速率(通过单击空白背景)。

You set the framerate in the file properties (by clicking on the empty background).

眼眸印温柔 2024-09-18 15:13:40

如果您想提高动画的 FPS 速率,则无法通过代码来实现。 .fla 帧速率由位于动画“属性”面板中的 FPS 字段定义。

您可以使用 Actionscript 的 EnterFrame 事件来控制动画的流程,但即使使用它,您也无法更改帧速率。

子电影将继承父电影的帧速率。

If you want to increase your animation's FPS rate, you can't do it by code. The .fla framerate is defined by the field FPS, located in the Properties panel of the animation.

You can use the EnterFrame event of Actionscript to control the flow of your animation, but even with it you can't change the framerate.

Child movies will inherits the framerate's parent movie.

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