プレイ日記
Aiden crayzeefun3
I still don't understand.
2そうだね
プレイ済み
返信[1]
親投稿
Seth TrigexSS
It gets the ID of whatever button your are holding down; usually, you put it in a variable so that you can do 'if' statements with it. For example: B=BUTTON() If B==1 Then 'Up ' Do whatever ENDIF
1そうだね
未プレイ
返信[2]
親投稿
SıмΞоп SimeonW
Here's how your supposed to use it B=BUTTON() IF B AND #UP THEN PRINT "^" IF B AND #DOWN THEN PRINT "v" IF B AND #LEFT THEN PRINT "<" IF B AND #RIGHT THEN PRINT ">" IF B AND #A THEN PRINT "A" ....... IF B AND #L THEN PRINT "L" (it contains every button's data in one number) Ignore Feature ID and Terminal ID Thats for advanced multiplayer stuff
2そうだね
プレイ済み
返信[3]
親投稿
SBH sonicspark923
You use buttons like this: IF BUTTON((Put 1, 2, 3, or 4 in here)) AND #(put button name, e.g. A, B, X, Y) THEN (put what you want the button to do here) It should look like this: IF BUTTON(2) AND #A THEN PRINT "It works!"
1そうだね
プレイ済み
返信[4]
親投稿
Aiden crayzeefun3
Thanks a lot! That's a big help!
0そうだね
プレイ済み
返信[5]
親投稿
Aiden crayzeefun3
This may be the longest program I've written, now that you taught me how to use the BUTTON command!
0そうだね
プレイ済み
返信[6]
親投稿
Aiden crayzeefun3
Now, for multiplplayer programs, how do I use the terminal ID?
0そうだね
プレイ済み
返信[7]
親投稿
Aiden crayzeefun3
I'm not asking you 3 who helped me. You can help if you want, though.
0そうだね
プレイ済み
返信[8]
親投稿
Aiden crayzeefun3
Here's 4 words I can make!
1そうだね
プレイ済み
返信[9]
親投稿
SıмΞоп SimeonW
If you have another 3DS with SmileBasic then try using these
1そうだね
プレイ済み
返信[10]
親投稿
Aiden crayzeefun3
Just a few changes. Now with instructions, limited time, time check, and no extra information or commands.
0そうだね
プレイ済み
返信[11]
親投稿
Aiden crayzeefun3
This version better supports being run from the browser.
0そうだね
プレイ済み