1084 Syntax Error
Im getting these error codes for this line of code:
easy, Layer 'code', Frame 7491, Line 13, Column 24 1084: Syntax error: expecting identifier before lessthan.
easy, Layer 'code', Frame 7491, Line 13, Column 33 1086: Syntax error: expecting semicolon before greaterthan.
This is the code:
var soundList: Vector. < String > = new < String > //Creates a variable called soundList and sets is as a vector
This use to work fine but is now showing errors
