Hi all
About to start programming my project and I have some questions before I get started.
I'm wanting to create about 4 or 5 different animation cycles that forever loop one after the other. However, if a button is pressed I need the animation to skip directly to the next one in line, or even randomly if that's possible (basically visually acknowledges that the button was pressed by starting the next animation). Do multiple "loops" need to be created or can this all exist inside 1? My animations are essentially small loops anyway, so they're loops inside loops.
I would also like to have only one value I need to change in the entire sketch to change the timing/pace of each animation. Is this something I can define at the start of the sketch?