// Start is called before the first frame update
 void Start()
 {
     SA = img_Anime.GetComponent <AnimationPopup> ();
 }
 // Start is called before the first frame update
 void Start()
 {
     coll = GetComponentInParent <Collected>();
     AP   = GetComponentInParent <AnimationPopup>();
 }