Does flash suffer performance-wise from the x and y being too large?
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.
精彩评论