プレイ日記
Party rock PartyRockx
How do i make text apear on the bottom screen
6そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
#1: Make bottom screen available with "XSCREEN 2" or "XSCREEN 3". #2: Do "DISPLAY 1". #3: Decide location to print text with "LOCATE". The range of X of bottom screen is narrower than that of top screen (0-39). #4: Print text with "PRINT".
5そうだね
未プレイ
返信[2]
親投稿
Party rock PartyRockx
it did not work
0そうだね
プレイ済み
返信[3]
親投稿
Hanzo rzsense
Line 148 is wrong. Remove the last comma or write the third argument of LOCATE (e.g. 0).
1そうだね
未プレイ
返信[4]
親投稿
Party rock PartyRockx
now i get an error on this line
0そうだね
プレイ済み
返信[5]
親投稿
Hanzo rzsense
Actually, you can choose operation object screen (top or bottom) exclusively with DISPLAY command. If you write text on the bottom screen and you want to operate the top screen again, you should do "DISPLAY 0". Try writing "DISPLAY 0" in line 152 (above "WHILE 1").
1そうだね
未プレイ
返信[6]
親投稿
Party rock PartyRockx
it still gave me an error in spofs
0そうだね
プレイ済み
返信[7]
親投稿
Hanzo rzsense
XSCREEN should be done before you call SPSET. Try moving "XSCREEN 2" to between "ACLS" and "@KJ".
1そうだね
未プレイ
返信[8]
親投稿
Party rock PartyRockx
THANK YOU THANK YOU THANK YOU
0そうだね
プレイ済み