Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
118 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 3846
次のページ(過去)
返信[2]
親投稿
PChicken NerdChicken
I don't get it...
0そうだね
プレイ済み
返信[15]
親投稿
PChicken NerdChicken
PetitProfessor3D is just an experienced coder. He did not create the official app by any circumstances.
1そうだね
プレイ済み
返信[7]
親投稿
PChicken NerdChicken
*builds giant fortress with 10 layers of defense to keep safe from asteroids*
0そうだね
プレイ済み
返信[1]
親投稿
PChicken NerdChicken
5) Type in "MML" on an empty line and press the help button. 6) Download Rwiiug's FREEBGM (TXCX43JJ) which has over 100 different songs to use in your games. 7) If there is a GRP you want to use in lots of projects, upload it to your cloud database and download it into all the projects you need it in.
2そうだね
プレイ済み
返信[9]
親投稿
PChicken NerdChicken
BUTTON() doesn't take the button references themselves. Instead, do something like this: HELD=BUTTON() 'RELEASED=BUTTON(3) IF #A AND HELD THEN MSG="A is being held!" ELSE MSG=""
1そうだね
プレイ済み
トピック
PChicken NerdChicken

Random Tips!

1) Do SPRITE=SPSET(<DEF>) to get a management number assigned to SPRITE and a sprite created with the character definition given. 2) Do VAR("<SLOT>:<VARNAME>") to return a variable from another slot. 3) REPEAT UNTIL loops are the opposite of WHILE WEND loops. Use them both to help your code make sense. 4) Don't ask for Minecraft SB or FNAF SB at all. It's cancer.
12そうだね
プレイ済み
返信[2]
親投稿
PChicken NerdChicken
no. most will never be finished past the title screen.
0そうだね
プレイ済み
返信[5]
親投稿
PChicken NerdChicken
And on line 31, += will cause a syntax error as well.
1そうだね
プレイ済み
返信[3]
親投稿
PChicken NerdChicken
Just make sure you use loops whenever (and wherever) you can!
0そうだね
プレイ済み
返信[8]
親投稿
PChicken NerdChicken
sorry, i forgot about this. might take a day or so, if you need the solution sooner ask someone else.
0そうだね
プレイ済み
返信[4]
親投稿
PChicken NerdChicken
Looking past the simple math errors, it seems there may be some unit-based miscalculations on my part.
0そうだね
プレイ済み
返信[2]
親投稿
PChicken NerdChicken
Nope, doesn't work. Will fix
0そうだね
プレイ済み
返信[1]
親投稿
PChicken NerdChicken
'RECORD XON MIC WAIT 60 MICSTART 0,0,32 E=MAINCNT REPEAT:UNTIL BUTTON()==#X OR MAINCNT-E==1920 S=MAINCNT MICSAVE REC[] 'PLAY WAVSETA 224,127,127,127,127,REC[],66+(S-E*6) BEEP 224 This should work. I haven't tested this at all lol
0そうだね
プレイ済み
返信[15]
親投稿
PChicken NerdChicken
you're doing it wrong. You're trying to run a variable all by itself on a line, so the value has nowhere to go
0そうだね
プレイ済み
返信[2]
親投稿
PChicken NerdChicken
BASIC=/=SmileBASIC
2そうだね
プレイ済み
返信[6]
親投稿
PChicken NerdChicken
Use MPSTART to start a wireless multiplayer session. For the rest of the multiplayer commands, use the help button on an empty line and find them.
1そうだね
プレイ済み
返信[4]
親投稿
PChicken NerdChicken
ooh
0そうだね
プレイ済み
返信[2]
親投稿
PChicken NerdChicken
program.
0そうだね
プレイ済み
返信[1]
親投稿
PChicken NerdChicken
What do you mean? Do you want to run a slot using all the variables in a different slot? Then just EXEC after the variables are what you want If you just need to use functions in another program/slot (this is an amazingly good idea) then just LOAD and USE at the beginning of the program and then use the functions contained in the program like you if they were defined in the currently executing
0そうだね
プレイ済み
返信[2]
親投稿
PChicken NerdChicken
To Logan: C++ is not the same as SmileBASIC. Scripting is a much better name for it. To Novaya: Sorry, but it is purely scripting. However, the games here are fun and you can learn coding relatively easily from SmileBASIC. Just read the manual and ask for help. People will usually respond.
5そうだね
プレイ済み