プレイ日記
Merpaderp? PvzLucario3
How did you guys get good at coding was there a site or something
1そうだね
プレイ済み
返信[1]
親投稿
Oscar PwnageBlock
Lots and lots of practice. Keep learning and never give up.
0そうだね
プレイ済み
返信[2]
親投稿
Merpaderp? PvzLucario3
Ok Can u maybe help sometimes
0そうだね
プレイ済み
返信[3]
親投稿
Oscar PwnageBlock
Sure thing! You just have to ask.
0そうだね
プレイ済み
返信[4]
親投稿
Merpaderp? PvzLucario3
Ok when I press A It pops up all these 0's is there something wrong with the code
0そうだね
プレイ済み
返信[5]
親投稿
Oscar PwnageBlock
You should remove PRINT XSCREEN, since XSCREEN is an instruction (and has no return values). Trying to print an instruction with no return values just prints 0. Also, you should remove all those PRINT "" since they serve absolutely no purpose.
1そうだね
プレイ済み
返信[6]
親投稿
Merpaderp? PvzLucario3
Yeah they do since I dont know how to code I put that so it skips the text on top
0そうだね
プレイ済み
返信[7]
親投稿
Merpaderp? PvzLucario3
ok now what locate vaule is the middle
0そうだね
プレイ済み
返信[8]
親投稿
Clayton DarkClay88
I learned a lot from this game's instruction, Petit Professor, and from Miiverse, mostly from Oscar. xP You don't really need all those prints. You can just overlap your text with just spaces, like so: (? is another way to Print) Locate 20,15 ?"Hello there!" Wait 100 Locate 20,15 ?" "
0そうだね
プレイ済み