I have included some very basic code that i have been using as a starting point, which just turns the first LED in the circuit on when a button is pressed, I have very little experience with programming, Arduino, and as far as hardware goes, only sound systems, and audio equipment.
Again what I am really struggling with is creating a means of changing the LEDs position through the use of a button, i have done it with simple LEDs running off of individual pins, as I can just use a for loop to move from one pin to another, but i cannot figure out how to achieve this when all of my LEDs are running from one pin. so what i'm looking for is some advice on how to achieve that