Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
15 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
次のページ(過去)
返信[9]
親投稿
V360 TheV360
I finished the rough draft of Intro to SmileBASIC. It's 3 pages… Now to find a decent camera.
0そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
It's a program that connects with a desktop version of itself and transmits data using sound.
1そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
omg keyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
0そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
Nice explanation!
1そうだね
プレイ済み
返信[3]
親投稿
V360 TheV360
It has a few changes just for the 3DS and to make it more like modern programming languages. It also has built-in sprite and background tile commands. (For a full list of new commands, look at the SmileBASIC website) It's pretty powerful and it's worth the $10.
0そうだね
プレイ済み
返信[8]
親投稿
V360 TheV360
Yeah. (the code was a mess though) I'm not really working on the sequel that much, but it'll have better graphics and more objects.
0そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
Here comes the anime...
1そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
Really fun to speedrun, though!
2そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
help i went overboard and wrote an entire tutorial It's up on SmileBASIC Source as "How to record sounds from the 3DS MIC"
2そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
The MIC commands already let you do that. The DLC just lets you apply effects in real time and stuff like that. I'll post some example code in a minute.
1そうだね
プレイ済み
返信[4]
親投稿
V360 TheV360
I might still make the EX8TECHDEMO-style parts and quiz parts, just not huge lessons, those are going to be on YouTube. I'm currently scripting the first video now. I just need a decent camera. The iPad 2's is horrible.
0そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
It's a really annoying twitter bot that always replies with this kind of thing. "[tweet subject] sounds great, but we need more information about the NX."
1そうだね
プレイ済み
返信[9]
親投稿
V360 TheV360
Read the manual you get from the home menu, look at PetitProfessor3D's tutorials, and if you need help, browse SmileBASIC Source.
1そうだね
プレイ済み
プレイ日記
V360 TheV360
4そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
No, this FNaF is pretty much just an interactive slideshow.
1そうだね
プレイ済み
返信[8]
親投稿
V360 TheV360
Thanks, Hanzo! I fixed the bug!… mostly…
1そうだね
プレイ済み
返信[5]
親投稿
V360 TheV360
Still get an error. Here's all the code. (You can still get the length of a 2D array however, so I don't know why it would error on that line.)
0そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
ASC converts the string into a character code, which is an integer.
0そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
It transmits data using the 3DS MIC, so you'll need to get your 3DS really close to your PC speaker and microphone and pray that nothing goes wrong for it to work. There's a Petit Modem app for PC, too. You'll need to use them together and select the same options for it to work. I really wish it was as easy as you said, but SmileBASIC can't do that…
0そうだね
プレイ済み
プレイ日記
V360 TheV360
WHAT IS GOING ON ANYMORE Seriously, what happened to A%? It's supposed to be an array, but it's not? DEF STR_TO_ARR S$ OUT A%[] WHILE LEN(S$)!=LEN(A%) PUSH A%,ASC(S$[LEN(A%)-1]) WEND S$="" END
1そうだね
プレイ済み