Question:
Actionscript Syntax error?
Pasi
2009-12-31 05:00:31 UTC
I'm at editing a action script well i try to correct all errors

But i can't get this line without errors:

while (Identifiersx01 = eval("Identifiersx01") - 28) (eval("Identifiersx01") != 246) goto 12, Identifiersx01

Adobe Flash CS4 pro still says "Syntax error"
Three answers:
EJL
2009-12-31 20:00:13 UTC
yes, indeed there is syntax error.

Please response telling me exactly what you what to do in this script (in words,) I will give you an exact code you need to instruct the program.
Gohaleg
2009-12-31 05:04:45 UTC
i think you cannot do the "while(xx)(yy)" thing.



If you want to add a double condition inside a while you have to place them like while(xx&&yy) for an AND and while(xx||yy) for an or
Oz
2010-01-06 00:40:26 UTC
http://www.mayavps.com/

very good info ask admin for further help


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...