maximum size of a sprite in as3?

前端 未结 5 593
栀梦
栀梦 2021-01-07 13:28

Is there an upper bound to the size of a sprite in as3 / flash 10?

I know bitmapData has limitations...

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-07 14:06

    Back2dos' post seems very informative, but just watch out if you are caching as a bitmap (DisplayObject.cacheAsBitmap = true, applying a BitmapFilter will also cause this), as you will then be limited by flash's bitmap size limit.

提交回复
热议问题