void Update()
{
     if (Input.GetKey(KeyCode.W))
     {
          go stread;
     }
     if (Input.GetKey(KeyCode.A))
     {
          turn left;
     }
}