Correct, SB is just SB. Hence why it is a modified version of BASIC.
1そうだね プレイ済み
Not that I really know, but I'm pretty sure SB doesn't have drivers. Nor would they be 'revealed'. That being said, you won't be able to release an eShop game with SB code.
1そうだね プレイ済み
Haha well pardon my fictional pixel system. There also is no star! If you'de like to make me a better one be my guest.
0そうだね プレイ済み
Same here! I have a lot of experience designing 2d levels.
1そうだね プレイ済み
Teaser #2
I haven't given up, I will continue development. This is the map screen, lack of planning made it kind of not work for the travel system! >.<
10そうだね プレイ済み
Very good! Just needs scoring. (score)
0そうだね 未プレイ
Good job, but you should really learn to use commas!
0そうだね プレイ済み
That's insane dude! No idea how you did that.
1そうだね プレイ済み
Furthermore, you can have an array of strings. DIM A$[5]
0そうだね プレイ済み
Hmm lemme guess, stampie makes mii clones?
0そうだね プレイ済み
Just a variable that holds multiple values.
DIM A[4] //create var 'A' with a size of 4. Array indexing starts at 0 so the total size is N-1.
A[0]=1:A[1]=3:A[2]=7:A[3]=9
// Now if you did
X=A[1]*A[2]
X now equals 21.
0そうだね プレイ済み
I'll find the code, but basically its a nested for loop with gfill or something.
0そうだね プレイ済み