プレイ日記
*J.P.*[P]£ aj2003aj
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そうだね
プレイ済み
返信[1]
親投稿
*J.P.*[P]£ aj2003aj
then a GCLS. STEP 3: make a button thing like the one in the picture if you are using it for a menu, but if you are doing credits just do INC Y,1 then to add a nice detail do like IF BUTTON() AND #UP THEN DEC Y,2 this will make you able to go up if you have missed something. and there you go! also if you want you can replace the X so you can move side to side too! may do buttons later
0そうだね
プレイ済み