开发者

Does flash suffer performance-wise from the x and y being too large?

开发者 https://www.devze.com 2023-03-16 09:46 出处:网络
Let\'s say a movieclip inside another movieclip has a x of 9000. Is开发者_高级运维 that bad? Is there a cap? ThanksThere is a limit applied to Number which is what type x and y are. It\'s not bad to h

Let's say a movieclip inside another movieclip has a x of 9000. Is开发者_高级运维 that bad? Is there a cap? Thanks


There is a limit applied to Number which is what type x and y are. It's not bad to have a large value.

See here about Number.MAX_VALUE.

0

精彩评论

暂无评论...
验证码 换一张
取 消