E
Earl Partridge
I have 6 labels that I want to display, one at a time, in 15 second intervals. After all 6 have
been displayed, I want to restart, displaying all 6 again, continuously.
Experimenting with just 2 labels and 1 timer, I set the timer Interval accordingly, then I make
Label1.visible False, and Label2.visible True, and this works fine, but I'm a bit confused as to
how to continue with Labels 3 - 6, and how to restart at #1 again.
Earl
been displayed, I want to restart, displaying all 6 again, continuously.
Experimenting with just 2 labels and 1 timer, I set the timer Interval accordingly, then I make
Label1.visible False, and Label2.visible True, and this works fine, but I'm a bit confused as to
how to continue with Labels 3 - 6, and how to restart at #1 again.
Earl