need help for Interrupts

  1. post your code in code tags.

  2. You do not have a problem with interrupts because you are not using them. I can't see any calls attachInterrup() or ISR()! Interrup has a very specific meaning in software!.

  3. You do have a problem with your code seeing the button being pushed, this is because of your use of delay()!

Start over, after looking at "blink with out delay".

Mark