I'm getting the following strange error:

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

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
fffffuuuu you beat me to it. – matt lohkamp Feb 12 '11 at 1:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.