  | | | sytax error | sytax error 2004-03-01 - By Darron J. Schall
Back Starting identifiers (variable/function names) with numbers is a no no, in any programming language.
However, in flash you get can around this easily. Change that line to:
this.menu_mc["01_01_01_mc"].gotoAndPlay("click");
-d <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252 (See http://ows-1252.ora-code.com)"> <META content="MSHTML 6.00.2800.1400" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Starting identifiers (variable/function names) with numbers is a no no, in any programming language.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>However, in flash you get can around this easily. Change that line to:</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>this.menu_mc["01_01_01_mc"].gotoAndPlay("click");</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>-d</FONT></DIV></BODY></HTML>
|
|
 |