Archiverse Internet Archive
Frood Volkanon
アメリカ
誕生日非公開
ゲームの腕前-
利用したゲーム機Wii U/ニンテンドー3DS
フレンド-/100
フォロー-
フォロワー-
投稿数0
そうだね数163
取得日時

投稿のみ 投稿と返信
前のページ(最近)
1
次のページ(過去)
返信[18]
親投稿
Frood Volkanon
calc84 to the rescue! Next time I won't comment unless I know what I'm talking about. I've given myself a stern reprimand.
0そうだね
プレイ済み
返信[8]
親投稿
Frood Volkanon
Oh, wow, I didn't realize that other slots don't have their own global variable pool. Sorry I posted under the assumption that they did. I wrote a quick test and my eyes got really big (in surprise, not delight). YUCK.
1そうだね
プレイ済み
返信[3]
親投稿
Frood Volkanon
A more modular approach is for users to call functions to initialize and modify your data structures indirectly rather than doing it themselves.
1そうだね
プレイ済み
返信[2]
親投稿
Frood Volkanon
And her name is...Elise! (Story of Seasons reference)
0そうだね
プレイ済み
返信[3]
親投稿
Frood Volkanon
I just finished the first level on my Old 3DS. It seemed to run fine. Thank you for sharing this program!
1そうだね
プレイ済み
返信[2]
親投稿
Frood Volkanon
Fire up the way-way-back machine. This is programming the way it was before OOP. SmileBASIC does have user-defined functions with parameters and local (temporary) variables, which is a huge improvement over early BASIC. But there are no structs or classes. No local persistent state. Only global variables are persistent.
1そうだね
プレイ済み
返信[1]
親投稿
Frood Volkanon
You may have already figured this out but just in case: the LINPUT instruction will accept input containing commas.
1そうだね
プレイ済み
返信[2]
親投稿
Frood Volkanon
Geez, the New 3DS is pretty unbelievable for a same-gen device.
1そうだね
プレイ済み
返信[9]
親投稿
Frood Volkanon
I had my own program in slot 0 and the button testing program above in slot 1. As far as I know, the START button always runs the program in slot 0. So I was using the command RUN 1 in direct mode to start the button testing program. Sorry to complicate things with all that detail! 8D
0そうだね
プレイ済み
返信[5]
親投稿
Frood Volkanon
The reason why my example tests for button release first is because I was running the program with the RUN command in direct mode (pressing "A" to enter the command) and the "A" button was still pressed when the program started (because SmileBASIC is so fast).
0そうだね
プレイ済み
返信[4]
親投稿
Frood Volkanon
There are a couple of problems with Javo's example. First, it tests BT before setting it. Secondly, more than one button can be pressed, which would cause the test to fail since BT would not equal #A.
0そうだね
プレイ済み
返信[1]
親投稿
Frood Volkanon
To save yourself some typing, if you are already in the editor, you can hold down one of the shoulder buttons (L or R) and tap the LOAD button at the top. That will open a dialog which lets you choose the file to load. You can use the arrow at the top of the dialog to go up a level and choose a different folder to browse. Super EZ PZ. 8D
2そうだね
プレイ済み
返信[5]
親投稿
Frood Volkanon
Line 33 just means it hit the end of the program without finding a NEXT. The line number is useless. You have to find the problem yourself. Looks like you are also missing an END for that DEF.
1そうだね
プレイ済み
返信[13]
親投稿
Frood Volkanon
If you want Z to be a local variable, you can declare it with VAR.
0そうだね
プレイ済み
返信[3]
親投稿
Frood Volkanon
All it needs is a space marine and some killer tomatoes!
3そうだね
プレイ済み
返信[1]
親投稿
Frood Volkanon
Skip the crying...waste of time! Go tame the beast!
0そうだね
未プレイ