FPS controller

Can someone point me in the right direction to get this up and running.

I have added a terrain, imported mobile assets and the dragged the prefab fps controller onto the scene.

When this is then built and published to my windows phone. I get an error:

System.NullReferenceException was unhandled by user code
Message: An exception of type ‘System.NullReferenceException’ occurred in Assembly-UnityScript.DLL but was not handled in user code

in script:
FirstPersonController.js
line 66:
var movement = thisTransform.TransformDirection( Vector3( moveTouchPad.position.x, 0, moveTouchPad.position.y ) );

Does anyone know why.

If anybody knows any tutorials online can they send me a link so i can see how to create a FPS for windows phone.

Many thanks

Hello, Same problem whit this:
if(gameObject.name == “Decr”) cont -= 1;