Ciao, non capisco come mai da questi errori..cosa c'è di sbagliato?

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 7: Function name expected
function ()

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 9: Unexpected '\' encountered
\x03 = 2665 % 511 * true;

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 12: Identifier expected
var \x01 = -32 + \x04\x05();


codice:
function ()
{
    \x03 = 1255 % 511 * true;
    return (eval("\x03"));
} // End of the function
var \x01 = 315 + \x04\x05();
etc etc...