Optimizing my dynamic background engine for a 2d flash game in actionscript-3

前端 未结 6 1316
青春惊慌失措
青春惊慌失措 2021-02-11 05:23

Edit 2: judging on the lack of replies I start wondering if my issue is clear enough. Please tell me if I need to elaborate more.

Notice: see bottom for a co

6条回答
  •  一整个雨季
    2021-02-11 05:48

    Try stretching the window of the player, both bigger and smaller. If that has a significant effect on frame rate, your fastest and easiest way to improve performance is to shrink the size of the stage. This tends to be an unpopular answer when presented to people - especially artists - but if your bottleneck is in the size of your stage, there is not much you can do in code to fix that.

提交回复
热议问题