Closed vanlecs09 closed 4 years ago
Children[currentIndex].Stop();
should become
Children[randomizedOrder[currentIndex]].Stop();
thanks for the report. I fixed this and also the RandomSelector as you suggested.
should become