[BBC-Micro] Scrolling scrolling scrolling...

Steve Fewell kranser at yahoo.co.uk
Wed Dec 6 22:18:28 GMT 2006


--- Ian Wolstenholme <BBCMailingList at beebmaster.co.uk>
wrote:

> An alternative to my earlier solution, which should
> work on
> a BBC B although I have only tried it on the Master,
> is to
> define a single-character text window at (39,31):
> 
> 10 MODE 1
> 20 VDU 28,39,31,39,31
> 30 PRINT"*";
> 40 VDU 26
> 

Another alternative is to use graphics cursor mode
(VDU 5):

10 MODE 1
20 VDU 5
30 PRINTTAB(0,0);"a";
40 PRINTTAB(39,31);"*";
50 PRINTTAB(0,0)

Steve.


Send instant messages to your online friends http://uk.messenger.yahoo.com 



More information about the bbc-micro mailing list