Hi Guys i keep getting this erroro message when im working on one of the exercises in flash classroom in a book (chapter 7 if thats a help)
The following JavaScript error(s) occurred:
SyntaxError: missing ) after argument list
im using a macbook pro and running flash cs 5.5 hope someone can help thanks guys from steve
If this is a javascript issue, you should find a javascript forum to post it to. In any case, you need to show the offending code. Based on what the message is saying, it would make it seem like somewhere you have a function or function call that is missing a ")", as in...
someFunction(args // missing the closing ")"
It is possible you might have some oither syntax involved in the arguments that is causing, for example...
someFunction(Arg:Class); // that ":Class" might mess things up
North America
Europe, Middle East and Africa
Asia Pacific