Using a Button to Control LED Animation

Lakes:
Make each animation a function then use Switch Case to select each one with a button press.

To make the code shorter put each LED animation sequence in an array that can used by the functions.

This was what I wanted, Thanks!

I'll post the code in a little bit when it's completed.