プレイ日記
Josiah Spike4
How do I make text display on the top screen and touch screen?
3そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
"DISPLAY N" should be followed by "LOCATE" and "PRINT" commands. If you put text on top(touch) screen, you should set 0(1) as N. "DISPLAY 1" will be available while screen mode set by "XSCREEN" command is 2 or 3.
0そうだね
未プレイ
返信[2]
親投稿
Josiah Spike4
So that's how you display different text on the top screen and other text on tne bottom screen.
0そうだね
プレイ済み
返信[3]
親投稿
Hanzo rzsense
"DISPLAY N" should be followed by each "PRINT" as follows. ACLS:XSCREEN 2 DISPLAY 0:PRINT"top screen" DISPLAY 1:PRINT"touch screen" WHILE TRUE:VSYNC 1:WEND
0そうだね
未プレイ