trigger led after led at HIGH input

you can do it without delay but then you have to

  • debounce the button ( see tutorial section)
  • keep the state of the button in a var to detect the change
  • only switch on next led if the state changes