プレイ日記
duckymomo fluffyofqweam
codings harder then I thougt...
5そうだね
プレイ済み
返信[1]
親投稿
K-Ta LOTW12
I had some 'basic' experience with using BASIC, and I'm usually completely lost when reading other people's programs...
0そうだね
プレイ済み
返信[2]
親投稿
duckymomo fluffyofqweam
I need help
0そうだね
プレイ済み
返信[3]
親投稿
K-Ta LOTW12
I can help you out with some easy commands, if you want?
0そうだね
プレイ済み
返信[4]
親投稿
duckymomo fluffyofqweam
oh yes please!
0そうだね
プレイ済み
返信[5]
親投稿
K-Ta LOTW12
I might have some of the terms mixed up, these are all the commands I remember: Print: Used to show text on screen, in code it should be used as - print "Text" Assigning a value to a variable: Should be shown as Exemple=3 or Exemple$="3" - The $ shows that the variable is text. Without it, the variable can only equal a number. You can print a variable with - print Exemple or print Exemple$
1そうだね
プレイ済み
返信[6]
親投稿
duckymomo fluffyofqweam
print I know but that other stuff uh ya
0そうだね
プレイ済み
返信[7]
親投稿
K-Ta LOTW12
More coming., just typing it up.
1そうだね
プレイ済み
返信[8]
親投稿
K-Ta LOTW12
If: Used to confirm if a variable is equal (==), not equal (!=), greater than (>), lesser than (<), equal or greater than (>=), equal or lesser than (<=), then chooses what to do if the variable meets the condition. Using it in code - if Exemple==3 then @3
0そうだね
プレイ済み
返信[9]
親投稿
duckymomo fluffyofqweam
jaw drop
1そうだね
プレイ済み
返信[10]
親投稿
K-Ta LOTW12
The @3 is a label: To make a new label go to a new line and write @Exemple_LabelName, or anything else you want to name it. Everything until a new label name, a GOTO or GOSUB statement, or an End statement (more later) For simplicity I suggest naming it after whatever you want to happen in the label. Labels are useful with the if statement for when different conditions are meant.
0そうだね
プレイ済み
返信[11]
親投稿
K-Ta LOTW12
I told you I only know basic stuff, I'm just hoping something I come up with will help you out.
0そうだね
プレイ済み
返信[12]
親投稿
duckymomo fluffyofqweam
im confused...
0そうだね
プレイ済み
返信[13]
親投稿
K-Ta LOTW12
About what?
0そうだね
プレイ済み
返信[14]
親投稿
duckymomo fluffyofqweam
everything...
0そうだね
プレイ済み
返信[15]
親投稿
K-Ta LOTW12
Anything specific, that I can try to explain? I'm writing this on a computer, but I can go on my 3DS and get some exemple screenshots, if you want?
0そうだね
プレイ済み
返信[16]
親投稿
duckymomo fluffyofqweam
screen shot please!
0そうだね
プレイ済み
返信[17]
親投稿
K-Ta LOTW12
CLS means clear screen, only for text. Use ACLS to clear graphics. Under that, I showed how to set a variable, then I show an IF command. You can also add a command to go to another label with any other condition with ELSE. Because EXEMPLE equals 5, it goes to @HI and prints EXEMPLE2$, "HELLO". Then it goes to @NEXT with the GOTO co, prints "WORKING", and with nothing in between, it goes to @END.
0そうだね
プレイ済み
返信[18]
親投稿
duckymomo fluffyofqweam
I suck a coding :(
0そうだね
プレイ済み
返信[19]
親投稿
K-Ta LOTW12
I had some time to learn with a different program that had a tutorial. If you type in the commands I gave you and click the help option in SmileBASIC, it will have a more complete explanation for some of the commands I gave you, as well as more examples.
0そうだね
プレイ済み
返信[20]
親投稿
Lukas dogcutie
It took me a while. But, I suggest using the help tool after you type a command to know what it does and a few other things. You can also post questions to get it answered. (Like I got help from someone involving collision data)
0そうだね
プレイ済み
返信[21]
親投稿
Aaron Krondelo
It is hard man, i understand your frustration. I understand the basics but it gets very complicated. Best way to learn is start coding simple programs, use the manual and you can easily code the area of a circle w/variables.
0そうだね
プレイ済み