so here is a tutorial on how to make a nice scrolling menu or credits without it looking very.. uh well, blocky.
so, step 1:
use a gputchr for every line, this way you can move it smoothly, but for the y position put Y+8 every line go up on the Y coord 8 pixels, like
GPUTCHR 0,Y+8,"hello"
GPUTCHR 0,Y+16,"test"
GPUTCHR 0,Y+24,"ok"
and so on.
Step 2:
make a while loop begining to end, add a vsync
8そうだね プレイ済み