do you think this will do anything? for(int x = 7;x>8;x--){ or that one for(int x = 2; x>8;x--){
what is this for?
if(led == 2) {
}
and what prevents led from becoming negative? do you have a -33 pin number on your arduino?
so i changes a few numbers and a few signs
well in doing random changes you got crappy code... sorry.. you'll have to fix that...
Please correct your post above and add code tags around your code:
[code]`` [color=blue]// your code is here[/color] ``[/code].
It should look like this:// your code is here
(Also press ctrl-T (PC) or cmd-T (Mac) in the IDE before copying to indent your code properly)