void OnMouseDown()//CLICK { if (!mainscript.pause) { mainscript.StartCoroutine(mainscript.FRZ()); Destroy(gameObject); } }