Name: Anonymous 2007-08-17 15:11 ID:oUtMZ81F
I dont know what the fuck is going on with me today:
scene contains: mc "00" containing dynamic tex "tex"
AS reads:
t= (_root.00.tex.text);
t = "1";
Error reads:
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 2: ')' expected
t= (_root.00.tex.text);
Correct me if im wrong but there is clearly a coupled () in there.
also, if i put simply
_root.00.tex.text = "1";
i get
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 1: ';' expected
_root.00.tex.text = "1";
again, there is CLEARLY a ; on that
scene contains: mc "00" containing dynamic tex "tex"
AS reads:
t= (_root.00.tex.text);
t = "1";
Error reads:
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 2: ')' expected
t= (_root.00.tex.text);
Correct me if im wrong but there is clearly a coupled () in there.
also, if i put simply
_root.00.tex.text = "1";
i get
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 1: ';' expected
_root.00.tex.text = "1";
again, there is CLEARLY a ; on that