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.
为什么我在运行游戏时用于 Flash 游戏的图形分辨率会降低,而在开发环境中图形看起来很棒???
两个可能的原因:您的位图未设置为允许平滑,并且它们正在缩放或旋转。要解决此问题,您只需在库中找到它们,打开它们的属性并检查位图平滑。
或者您的 Flash 播放器设置为低质量。在这种情况下,您只需右键单击舞台,转到质量,然后将其更改为高。
另一种可能性是在发布设置中;在 Flash 中,转到文件 > 发布设置。将 JPG 质量设置为 100。