public void SpawnRedFish()
 {
     GetComponent <AudioSource>().PlayOneShot(buttonClick);
     spawnScript.SpawnRedFish();
 }