プレイ日記
Jackson JacboyX
How can I display stuff on the touch screen? Everything I do doesn't seem to work.
8そうだね
プレイ済み
返信[1]
親投稿
the DISPLAY command
1そうだね
プレイ済み
返信[2]
親投稿
Akeem BAAD317
Or XSCREEN 4 and then move the sprites to lower than 239 pixels, although the [DISPLAY] is probably more useful Be careful though because you cant use a sprite unless you called it from what the current display screen is. So even if you say DISPLAY 0 SPEST 0,0 ... then typing in DISPLAY 1 SPOFS 0,X,Y will cause an error, because a sprite with management number 0 was not created on the bottom.
0そうだね
プレイ済み
返信[3]
親投稿
Akeem BAAD317
By the way, your game looks really good!
1そうだね
プレイ済み
返信[4]
親投稿
Akeem BAAD317
Oh, and sorry for the excess posts, but make sure you use [XSCREEN] first, to get rid of the keyboard...I think
0そうだね
プレイ済み
返信[5]
親投稿
Jackson JacboyX
I know about the DISPLAY command. It's just I can't figure it out.
0そうだね
プレイ済み
返信[6]
親投稿
Jackson JacboyX
And thanks for the help and comment, Akeem.
0そうだね
プレイ済み
返信[7]
親投稿
Akeem BAAD317
What kind of problem(s) are you running into? Also, here is some basic code to show two sprites, one on the top screen, and another on the bottom. Keep in mind, that the arguments for XSCREEN may differ due to the requirements of the program.
0そうだね
プレイ済み