Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
1 2 3 4 5 6 7 8 9 10 11 12
次のページ(過去)
返信[9]
親投稿
Josh josh.h7
To get text on screen use code like, PRINT "text" or ?"text"
1そうだね
プレイ済み
返信[4]
親投稿
Josh josh.h7
Btw i don't want this community to turn into the super luigi U community, That would not be good for anyone who uses this app.
0そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
What are you talking about?
0そうだね
プレイ済み
返信[3]
親投稿
Josh josh.h7
This community is for Smilebasic not for posts like on the youtube community.
0そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
What does that have to do with Smilebasic?
0そうだね
プレイ済み
返信[9]
親投稿
Josh josh.h7
@Croccy If you don't see SmileBasic on the shop that might mean its not out where you live yet.
0そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
If you're new to programming start with hello world CLS PRINT "HELLO" WAIT 100 END you can also click on the "?" to see info on things
3そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
What are you talking about?
2そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
For the control pad STICK OUT TX,TY X=X+TX*2:Y=Y-TY*2 For the d-pad BTN=BUTTON() IF BTN AND 1 THEN Y=Y-2 IF BTN AND 2 THEN Y=Y+2
1そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
like this :) variable=RNG(5) IF variable==0 THEN text color
1そうだね
プレイ済み
返信[3]
親投稿
Josh josh.h7
GOTO goes to the @label without a return GOSUB goes to the label and then returns back to the line that GOSUB is at
1そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
If you mean you want it to go to a area in the code you can use GOTO or GOSUB like this IF BUTTON()==16 THEN GOTO @LABEL or IF BUTTON()==16 THEN GOSUB @LABEL with GOSUB you need return
1そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
This uses a form of basic called smilebasic :)
2そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
Try this. BGFILL 0,0,0,24,24,5
0そうだね
プレイ済み
プレイ日記
Josh josh.h7
Added some nice houses :)
7そうだね
プレイ済み
返信[11]
親投稿
Josh josh.h7
Try. CLS:ACLS SPSET 0,2 SPOFS 0,100,100 BGFILL 0,0,5,5,3 WAIT 100 END
1そうだね
プレイ済み
返信[9]
親投稿
Josh josh.h7
Start with "hello world" code is like this. CLS PRINT "Hello world" wait 100 end
0そうだね
プレイ済み
返信[7]
親投稿
Josh josh.h7
You have to code a game/app yourself, use the manual to find all the information about programming in things :)
0そうだね
プレイ済み
返信[5]
親投稿
Josh josh.h7
I added code for the background and sprites and added code for the controls and added the saving and loading code :)
0そうだね
プレイ済み
返信[2]
親投稿
Josh josh.h7
Moved the code for the tracks into a different spot and used gosub with an if statment :)
0そうだね
プレイ済み