use gfill for the different colored tiles, and use sprites for some space themed objects floating around.
basically, put the code to draw tiles and move a sprite in a loop along with the code to write the title.
0そうだね プレイ済み
just turn off your 3ds and check if the sd card is inserted properly
0そうだね プレイ済み
try closing smilebasic and then restarting your 3ds.
0そうだね プレイ済み
You can fix it later (not really)
1そうだね プレイ済み
huh, looks eerily similar to EX7ALIEN
0そうだね プレイ済み
Or, in special cases, use FOR/NEXT loops.
FOR X=<INITIAL NUMBER> TO <END NUMBER>
<CODE>
NEXT
1そうだね プレイ済み
dear lord please don't use goto for loops
Use WHILE/WEND or REPEAT/UNTIL loops.
WHILE <CONDITION>
<CODE>
WEND
REPEAT
<CODE>
UNTIL <CONDITION>
1そうだね プレイ済み
spset <id>,<start x>,<start y>,<width>,<height>
type spanim and press the blue ? button (upper right corner on touchscreen) to learn how to animate.
0そうだね プレイ済み
are you typing <id> or the actual id number?
0そうだね プレイ済み
How do you point a sprite at something?
I need the formula, to make my game look nice.
3そうだね プレイ済み