/*
  * FixedUpdate- updates the coordinates of this player on a fixed update schedule
  */
 void FixedUpdate()
 {
     movementScript.myFixedUpdate(transform);
 }