All this filemanager code looks complex - could this help?


Author Message
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 11039
Posted: 07:00pm 31 Mar 2025      

Thought I'd have a play

https://youtu.be/o_eBW-olACA

CLS
MODE 1
Colour RGB(white),RGB(blue)
Frame create
Frame box 0,0,79,39,RGB(white),double
Frame 20,10,"The quick brown fox jumped over the lazy dog"
Frame 20,11,"The quick brown fox jumped over the lazy dog"
Frame 20,12,"The quick brown fox jumped over the lazy dog"
Frame 20,13,"The quick brown fox jumped over the lazy dog"
Frame 20,14,"The quick brown fox jumped over the lazy dog"
Frame 20,15,"The quick brown fox jumped over the lazy dog"
Frame 20,16,"The quick brown fox jumped over the lazy dog"
Frame output
Pause 2000
Do
For i=1 To 10
Frame scroll 1,1,1,1,78,38
Pause 20
Frame output
Next
For i=1 To 20
Frame scroll -1,-1,1,1,78,38
Pause 20
Frame output
Next
For i=1 To 10
Frame scroll 1,1,1,1,78,38
Pause 20
Frame output
Next
Loop