When preview swf getting error, 1086: syntax error: expecting semicolon before b1
I am making a puzzle with scoreboard with error addressed in subject.
Pasting part of the code:
var textfont: TextFormat = new TextFormat();
textfont.size = 40;
textfont = "Showcard Gothic";
1b1.setStyle("textFormat", textfont); /*error line in compiler*/
1b2.setStyle("textFormat", textfont);
Hopefully someone can help me.
I am new to this kind of forum so if i forgot something please let me know.