// Use this for initialization void Start() { playerScript = GameObject.Find("Main Camera").GetComponent <PlayerControlStickyGaze>(); audio = this.gameObject.GetComponent <AudioSource>(); }