Flash AS3 LoaderMax 调整大小问题 - 如何在舞台调整大小时保持相同的缩放模式
我使用 greensock 中的 loadermax 类来加载与屏幕宽度和高度相匹配的图像,使用比例外部的scaleMode。问题是,如果我调整舞台大小,图像不会随之缩放。有没有办法在保持 loaderMax 的scaleMode 的同时调整图像大小?
I'm using the loadermax class from greensock in order to load an image which matches the screen's width and height, using a scaleMode of proportionalOutside. The problem is, if I resize the stage, the image does not scale with it. Is there a way to resize the image while maintaining loaderMax's scaleMode?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要自己进行计算。如果您匹配舞台大小,那应该非常简单:
您可能需要根据您的设置稍微修改代码,但如果您遇到困难,我(或软件上的某人)可以帮助您完成它。
You may have to do the calculations yourself. If your matching the stage size it should be pretty simple:
You'll likely have to finagle that code a little depending on your setup, but I (or someone on sof) can help you through it if you get stuck.
这是我用来按比例缩放的代码:
Here's the code I used to scale this proportionally: