I want to write a code using an array that draws horizontal lines that extend across the screen that draw with a set amount of time between each line. For instance it draws 1 line then waits one second and draws the second line and then waits another second and draws a third line. I'm not sure how to go about this exactly.
Also, is there a way to start drawing vertical lines after a certain amount of horizontal lines have been drawn? Say I'm drawing 10 horizontal lines. When the sequence has made it to the fifth line, I also want to start drawing vertical lines and repeat this. Is this possible?
Thanks so much in advance.
1