プレイ日記
Clayton DarkClay88
How do I PRINT something on the bottom screen?
5そうだね
プレイ済み
返信[1]
親投稿
Clayton DarkClay88
Also, how do I make the red haired guy overlap the red button?
0そうだね
プレイ済み
返信[2]
親投稿
Oscar PwnageBlock
You first have to set a screen mode with the XSCREEN command. It takes a parameter, which is the number of the screen mode. Consult the help entry for more detailed info. You'll probably want to use XSCREEN 3. To change the current display to the touch screen simply do DISPLAY 1. Change back to the top screen with DISLAY 0. The simplest way to overlap sprites is using the Z coordinate with SPOFS.
0そうだね
プレイ済み
返信[3]
親投稿
Clayton DarkClay88
I got the XSCREEN 3. So if I were to use DISPLAY 1, I would have to use it like: @EXAMPLE DISPLAY 1 LOACTE 12,12 ? "Hello"
0そうだね
プレイ済み
返信[4]
親投稿
Oscar PwnageBlock
Exactly! Be aware that the width for the touch screen is different from the top screen, so you'll have a bit less space to work with.
0そうだね
プレイ済み
返信[5]
親投稿
Jacob Jacob8302
Hi Clayton
0そうだね
未プレイ
返信[6]
親投稿
Clayton DarkClay88
Yeah, when I do DISPLAY 1 it usually tells me it is out of range. I'll see what I can do though.
0そうだね
プレイ済み
返信[7]
親投稿
Clayton DarkClay88
Hi Jacob
0そうだね
プレイ済み
返信[8]
親投稿
Clayton DarkClay88
Like right here, I can't load my BG because of the XSCREEN. It says it's out of range on line 33. Anyway I could fix that?
0そうだね
プレイ済み
返信[9]
親投稿
Oscar PwnageBlock
You need to specify the amount of sprites and BG layers that each screen will have in the XSCREEN command. Both screens share 4 BG layers, as well as 512 sprites. Make sure to distribute them accordingly. The XSCREEN command takes this format... XSCREEN <Mode>,<Top Screen Sprites Assignment>,<Top Screen BG Layer Assignment>
0そうだね
プレイ済み
返信[10]
親投稿
Oscar PwnageBlock
This means that you should do something like XSCREEN 3,256,0 so that the bottom screen can use all 4 BG layers.
0そうだね
プレイ済み
返信[11]
親投稿
Clayton DarkClay88
I just need the BG for top screen for now. Let's see if I can do this. :)
0そうだね
プレイ済み
返信[12]
親投稿
Jacob Jacob8302
A prototype of the cloud amiibo has been found so crazy
0そうだね
未プレイ
返信[13]
親投稿
Jacob Jacob8302
Hey Clayton make a Amiibo in the comments 2.0
0そうだね
未プレイ
返信[14]
親投稿
Jacob Jacob8302
I have 18 amiibo mario luigi peach wario mr game and watch zelda sheik ganondorf duck hunt lucario jigglypuff r.o.b ness dr. mario pac man sonic mewtwo and lucas
0そうだね
未プレイ