void Start()
	{
	audio.loop = false;	
	
	playerAnimation = GameObject.FindGameObjectWithTag("Player").GetComponent<ThirdPersonPlayerAnimation>();
	
	}
    void Start()
    {
        audio.loop = false;

        playerAnimation = GameObject.FindGameObjectWithTag("Player").GetComponent <ThirdPersonPlayerAnimation>();
    }