プレイ日記
Mikaharu Mikaharu
I mean, I'm looking into it myself, but I thought it'd be good to ask other Smile Basic users, since SB codes in "Basic".
77そうだね
プレイ済み
返信[1]
親投稿
Heitarou V0x-Heiwa
But sekushii draws . . .
1そうだね
未プレイ
返信[2]
親投稿
Alysa ☆★☆ HappyCupcakeGirl
Oh, is this a programming app? What can you do in it? (I like programming stuff.)
1そうだね
未プレイ
返信[3]
親投稿
i never used basic for 3ds but i used microsoft's visual basic. im sure the language is similar. im a pretty good coder. btw your artworks are so awesome
4そうだね
未プレイ
返信[4]
親投稿
Trip Sikyanakotik
If you're you want to learn how to program other things, I'd strongly recommend starting with Java instead. Maybe Python. There really isn't any point in starting with a language that doesn't support objects. If you just want to make stuff with the app? It might we worth visiting the developer's site and find any API and/or tutorials for the flavour of BASIC they're using.
1そうだね
未プレイ
返信[5]
親投稿
fireflames fireflames82
This is a special kind of basic (named SmileBASIC of course) so I suggest checking out the enclosed instruction manual There is also smilebasicsource, which is where people discuss about smilebasic and where public keys are stored
2そうだね
プレイ済み
返信[6]
親投稿
MATHO Manathias
the creator of the game makes videos about how to use smileBASIC and how to program a game on it so go and check his videos, really helped me
2そうだね
未プレイ
返信[7]
親投稿
fireflames fireflames82
@MATHO what is the channel's name?
1そうだね
プレイ済み
返信[8]
親投稿
Mikaharu Mikaharu
@Heitarou Sekushii o v o ? @Alysa Hmm, well the pictures I've been drawing on lately have been programmed and designed by the Japanese (which I find absolutely amazing) some people have created some rpg's too @Nin neko thank you ó v o )/) and I wonder if they're similar @Trip well I did look at a couple of his tutorials, but the first couple that I read focused mostly on accessing -
4そうだね
プレイ済み
返信[9]
親投稿
Mikaharu Mikaharu
-the games they already had. @Firefleams & Matho I'll have to check them out then ò v ó
4そうだね
プレイ済み
返信[10]
親投稿
MATHO Manathias
it's PetitProfessor3D
1そうだね
未プレイ
返信[11]
親投稿
raimondz raimondzz
There are a lot of options: 1. There are tutorials on SmileBasicSource(Check the tutorials written by randomouscrap) 2. PetitProfessor have uploaded some tutorials on Youtube. 3. The digital manual that comes with SmileBasic (Ingame help is also useful but the digital manual is more complete)
1そうだね
プレイ済み
返信[12]
親投稿
raimondz raimondzz
You should start to learn how to program with the following topics: make a "hello world", usage of variables and arrays, control structure and functions definition(def).
1そうだね
プレイ済み
返信[13]
親投稿
Oscar PwnageBlock
The best place to start is probably the official e-manual. You can check it out here: smilebasic.com/en/e-manual/manual11 Aside from that, you can probably pick instructions that interest you from the reference manual and play around with them. A lot of people learn to code like this.
2そうだね
プレイ済み
返信[14]
親投稿
fireflames fireflames82
@MATHO that's not the official creator you know
1そうだね
プレイ済み
返信[15]
親投稿
PChicken NerdChicken
PetitProfessor3D is just an experienced coder. He did not create the official app by any circumstances.
1そうだね
プレイ済み
返信[16]
親投稿
Scientist Speedy1101
If you have a computer and it's running Windows, I would suggest learning Batch. It's a very easy to learn command based programming language already built into Windows. If you don't have Windows, I would suggest Scratch. If you want something a little more complicated try C++ or Java. You can find tutorials for SmileBASIC at the SmileBASIC source website.
1そうだね
プレイ済み
返信[17]
親投稿
fireflames fireflames82
Doesn't batch have syntax like echo off and stuff?
2そうだね
プレイ済み
返信[18]
親投稿
Heitarou V0x-Heiwa
Yes. Romaji. : blinks : Heh.. Ş é -- .. X y. Y'know Censor.
2そうだね
未プレイ
返信[19]
親投稿
Mikaharu Mikaharu
@Everyone sorry I haven't been replying much < v > it's just a lot of information. Thankyou for all of the tips @Heitarou I don't think I understand orz||| @Quote I'm only using what I've taken, and if other people made games to draw on through Smile Basic, I'm up for it. I wouldn't be posting it here if I could export it in the first place. I'm technically using it in the right way even-
3そうだね
プレイ済み
返信[20]
親投稿
Mikaharu Mikaharu
though it's uncommon ó v ò; also handwriting is quicker for me than typing so that's why I did it (which means I can say more too) -this is just a base for extra questions because I accidently deleted the old one but it didn't take long. It's alright, I know you're not hating ò v ó )b ! I also feel guilty that I draw here a lot anyway
3そうだね
プレイ済み
返信[21]
親投稿
Heitarou V0x-Heiwa
Basically your art is amazin' Hot.
0そうだね
未プレイ
返信[22]
親投稿
Mikaharu Mikaharu
@Heitarou oh, thank you xD
2そうだね
プレイ済み
返信[23]
親投稿
Cris cmart592
Stop this now, stop the spam. hay terz gon haytee. go hum peeps yore dunkey.
0そうだね
プレイ済み
返信[24]
親投稿
Phillip IAmAPerson620
Forget anyone who says that any language without objects shouldn't be learned (it's absolutely naïve), forget anyone who says that C/C++ would be good (it's nearly impossible for someone who's only used BASIC), forget anyone who says JavaScript is good (it's a terrible language). BASIC is really just a genre of languages. Many languages fall into that category. There's SmileBasic, QBasic, [cont]
1そうだね
プレイ済み
返信[25]
親投稿
Phillip IAmAPerson620
[cont] Visual Basic (though that's hardly basic), etc. I would suggest a language like Python, Lua, or OCaml. Those are all relatively easy and they are quite different in programming style. My personal favorite language is C#, followed closely by Haskell. You may find C# to work well, but Haskell is much more difficult to learn, and I don't suggest learning it early on. F# is closer to [cont]
1そうだね
プレイ済み
返信[26]
親投稿
Phillip IAmAPerson620
[cont] Haskell and is much easier to learn, especially since it's based on the .NET framework. It will be similar to C# and Visual Basic, if you choose to learn those. Whatever your decision, do much research.
1そうだね
プレイ済み
返信[27]
親投稿
MATHO Manathias
OMG SORRYYY giving untrue information feels bad might be a reading mistake with the girl who gave me the information when i asked for it uhg my super apologies
0そうだね
未プレイ
返信[28]
親投稿
cmart592 cmart592
運営者により削除されました。 コメントのID : 3DB-NBL7-EJ9-9E2M-RP4-7PTJ
返信[29]
親投稿
Mikaharu Mikaharu
@Cris First of all, wut xD ? Just tell me what you wanna say and I'll hear ó v ò; @Phillip I'm gonna have to get back to you, but Thankyou for the information ò v ó ~
1そうだね
プレイ済み
返信[30]
親投稿
Scientist Speedy1101
>>Philip I only suggested C++ if Mikahuru (sorry if I misspelled that) wanted to start with a bit of a challenge. At least I didn't suggest Assembly.
0そうだね
プレイ済み
返信[31]
親投稿
Scientist Speedy1101
Instead of learning a non-SmileBASIC language, ignore all programming language suggestions and go to smilebasicsource.com and you'll find quite a few tutorials there.
0そうだね
プレイ済み
返信[32]
親投稿
fireflames fireflames82
Just learn SmileBASIC, it's easy You bought the app anyway, so why waste the money?
0そうだね
プレイ済み
返信[33]
親投稿
Phillip IAmAPerson620
@Scientist It's cool. Yea I tried learning C++ as my first language after learning Petit Computer ("prequel" to SmileBasic) about four years ago, and I couldn't get past flow control.
0そうだね
プレイ済み