calling a script that starts a number.

i just came over a problem on calling a script. i was about to call a variable from another script that has a scriptname that starts a numeric value like (2-2scene.js). i tried the var other: 2-2scene; but it has errors.(about unexpected token). please help me.

A script name cannot contain a number. Just pick a name that only contains regular alphabetic characters and type it in PascalCase.