Project 3 in the Arduino inventors guide help

Hello all.

I am trying to program the nine pixel animation machine project in the Arduino inventors guide book. The problem I’m having is creating the custom blink function on page 72. I can load the example 3-1 with no trouble. It’s when I try to add the custom function 3-2 that it doesn’t work. 3-1 and 3-2 examples are completely different and I don’t know how to add them into the program. The other examples on pages 74 and 75 are different and don’t work either. Is there a complete sketch for this project?

Can you provide any detailed error codes that the Arduino IDE reports? As with all code, look for the pesky ; playing hide and seek since 1972 (release of the C programming language).

Thank you Brandon. I will check those pesky ; and also write down the error codes tonight.