Hi everyone! I really need help. My project requires that I have an array that randomizes and never repeats.
I found this fantastic tutorial on shuffling arrays, and it works! However, the shuffling never stops, and I need it to stop in order to use the randomization to create the sprites I need that are associated with each array value. Then I can delete values so that I can avoid repetition (if I'm reading the tutorials right). Does anyone know how to stop a loop that was created within an array? Here is my event sheet. Thank you! :)