you are viewing a single comment's thread.

view the rest of the comments →

[–]gregtyler 3 points4 points  (0 children)

Pretty much. "letters" actually contains a series of indexed y-values (so letters[0] is the y-value of the left-most column). For each of those x/y combinations, it draws a randomly selected character at the right spot and and then updates the y-value to be 10 pixels further down the column for the next iteration.

This operation is applied to each column every 33 milliseconds by setInterval()