You need to pause after 8 cycles, this should work:
It looks like it should go after the "NEXT Q"Code:Scroll_Position = Scroll_Position + 1 IF Scroll_Position = 8 THEN PAUSE 1000 Scroll_Position = 0 ELSE PAUSE 100 ENDIF
You need to pause after 8 cycles, this should work:
It looks like it should go after the "NEXT Q"Code:Scroll_Position = Scroll_Position + 1 IF Scroll_Position = 8 THEN PAUSE 1000 Scroll_Position = 0 ELSE PAUSE 100 ENDIF
Bookmarks