Flash Error # 1063 Argument Counter Mismatch

I get the following strange error:

ArgumentError: error # 1063: argument counter mismatch on Away3DLiteSprite (). Expected 4, got 0.

+5
source share
1 answer

It looks like you are calling Away3DLiteSprite()without providing any parameters. Find a place in the code of the code calls a function, and make sure that you pass the parameters flarManager, viewportWidth, viewportHeightand stage.

+2
source

All Articles