调整磁盘上闪存映像的大小而不影响闪存阶段

发布于 2024-10-28 07:50:27 字数 172 浏览 2 评论 0原文

我有一个 Flash 动画,它由许多大图像组成 - 结果太大了 - Flash 不断崩溃并耗尽内存。

我想将它们缩小到 50%,但保持它们在 Flash 中的舞台大小(或者至少保持位置相同)。我已经在磁盘上缩小了它们,但这也在闪存中缩小了它们(因此弄乱了它们的关系)。

有谁知道这个问题的解决方案?

I've got an animation in Flash that's made of a number of large images - too large it turns out - flash keeps crashing and running out of memory.

I'd like to scale these down to 50% but maintain their on-stage size in Flash (or at least keep the positioned the same). I've scaled them down on disk, but this scales them in flash too (so messes up their relationships).

Does anyone know of a solution to this?

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

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

发布评论

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

评论(1

べ繥欢鉨o。 2024-11-04 07:50:27

如果使用时间轴,最好的选择是将它们包装到影片剪辑中并对其进行缩放,或者禁止选择多个帧并一次性调整较小图像的大小。

如果使用代码加载图像,您只需在 Loader 完成事件回调中将所有加载的图像缩放到统一大小,无论其原始尺寸如何。

If using the timeline your best bet is to wrap them into a MovieClip and scale that, or barring that select multiple frames and resize the smaller images in one go.

If using code to load the images, you could just scale all loaded images to a uniform size in the Loader complete event callback, regardless of their original dimensions.

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