LOL
Trying to get it to work in other screen modes.
I have that, Steve just posted one, I think (ExtendedInput Sub or Function)?
I'd show mine if you want but more fun to struggle with it yourself, good practice.
In other screens all you have to watch is Locate, it throws error if not inside screen, 2nd problem screen starts scrolling past Printing 2 lines before bottom unless you use Print with ;
Then there are the problems of the line going past the width of screen.
(Just ran your code) Oh man don't test this in full screen until works in regular one is my suggestion.
Hey I thought you were trying SCREEN _NEWIMAGE(yourWidth, yourHeight, 32)?
I don't think the cursor thing is going to work outside SCREEN 0 but I never tried. You could draw a cursor and blink it with graphics if extended LOCATE doesn't work.