IEnumerator Skip() { while (uitext.playing) { yield return(0); } while (!uitext.IsClicked()) { yield return(0); } }