Author Topic: how to do this  (Read 386 times)

1 brick glows -> next brick glows, old brick is off (not glowing -> 1 brick glows -> next brick glows, old brick is off (not glowing -> 1 brick glows -> next brick glows, old brick is off (not glowing ->1 brick glows -> next brick glows, old brick is off (not glowing ->1 brick glows -> next brick glows, old brick is off (not glowing ->1 brick glows -> next brick glows, old brick is off (not glowing ->1 brick glows -> next brick glows, old brick is off (not glowing ->1 brick glows -> next brick glows, old brick is off (not glowing ->1 brick glows -> next brick glows, old brick is off (not glowing ->1 brick glows -> next brick glows, old brick is off (not glowing ->1 brick glows -> next brick glows, old brick is off (not glowing ->1 brick glows -> next brick glows, old brick is off (not glowing ->1 brick glows -> next brick glows, old brick is off (not glowing

over and over with a on and off brick

Relays.

Code: [Select]
0     - onActivate - self - firerelay
33   - onRelay - self - setcolorFX - glow
200 - onRelay - self - setcolorFX - none
200 - onRelay - self - firerelaysouth

Next brick

Code: [Select]
33   - onRelay - self - setcolorFX - glow
200 - onRelay - self - setcolorFX - none
200 - onRelay - self - firerelaysouth

Continue the second code with all of the following bricks after the activator brick. If you want it to loop back to the first brick, name the first brick and use (named brick - firerelay).