开发者

Flash Error #1063 Argument count mismatch

开发者 https://www.devze.com 2023-02-10 14:33 出处:网络
I\'m getting the开发者_StackOverflow社区 following strange error: ArgumentError: Error #1063: Argument count mismatch on Away3DLiteSprite(). Expected 4, got 0.It sounds like you\'re calling Away3DLit

I'm getting the开发者_StackOverflow社区 following strange error:

ArgumentError: Error #1063: Argument count mismatch on Away3DLiteSprite(). Expected 4, got 0.


It sounds like you're calling Away3DLiteSprite() without providing any parameters. Locate where in your code that function is being called and make sure you pass in the flarManager, viewportWidth, viewportHeight and stage parameters.

0

精彩评论

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