プレイ日記
ƒςMichiƒς Michael.Menzel
This is the first program I made using SmileBasic. It´s pretty simple as I don´t know much about programming with basic yet. Because of this I´d be glad if you could post tips how you manage basic. I´d be very happy (and thankful) if you did so, as I´m desperate for help...
14そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
You can replace each PRINT with ? to shrink the size of your program. Let's try.
1そうだね
未プレイ
返信[2]
親投稿
ALEX Omanisu
Yes i think HANZO'S right
1そうだね
未プレイ
返信[3]
親投稿
ƒςMichiƒς Michael.Menzel
I don´t know why ? can replace print, but it works just as well. Maybe I should also try to learn the meanings of signs such as ":" or ";", they hinted on the internet that this might be ptetty useful... Thanks though for your help!
2そうだね
プレイ済み
返信[4]
親投稿
Hanzo rzsense
If you use colon ":", you can write plural statements in a line as follows. ?"A":?"B":?"C" It is exactly same as ?"A" ?"B" ?"C"
0そうだね
未プレイ
返信[5]
親投稿
Hanzo rzsense
If you use semicolon ";", you can avoid line feeds of PRINT statements. Could you compare the following (A) with (B) ? (A) ?"A" ?"B" ?"C" (B) ?"A"; ?"B"; ?"C";
0そうだね
未プレイ
返信[6]
親投稿
ƒςMichiƒς Michael.Menzel
If I run it is it sth. like... (A) A B C (B) A B C ...?
0そうだね
プレイ済み
返信[7]
親投稿
ƒςMichiƒς Michael.Menzel
If you know Java a bit, you´ll know that there each action is seperated from the next with a ";" (eg.: ACTION1(); ACTION2(); ...)so it´s a bit confusing when you´re using basic next...
0そうだね
プレイ済み
返信[8]
親投稿
Joe josephoid
i have got to say that smilebasic is pretty confusing
1そうだね
プレイ済み
返信[9]
親投稿
Hanzo rzsense
In Java, C and so on, you need "\n" or "\r" for carriage return and line feed. PRINT of BASIC does them automatically. If you don't want to do them, PRINT statement should be followed by ";" instead.
1そうだね
未プレイ
返信[10]
親投稿
Dk_XD Checker104
Waht can you do with the game?
0そうだね
未プレイ
返信[11]
親投稿
ƒςMichiƒς Michael.Menzel
Do you mean SmileBasic or my program? Well, whatever, SmileBasic is a program you can write your own programms/games with in the language Basic. The program I wrote is very simple and adds two numbers.
1そうだね
プレイ済み
返信[12]
親投稿
Dk_XD Checker104
So you can programm games, what kinds of games are possible? Pixel or what graphig?
0そうだね
未プレイ
返信[13]
親投稿
ƒςMichiƒς Michael.Menzel
Depends on how experienced you are... It would be possible to create a game with persons and objects etc. consisting all only of a single pixle each (I would never play this game) or games with really advanced graphics that even use the 3d-mode of Nintendo 3ds.
1そうだね
プレイ済み
返信[14]
親投稿
Dk_XD Checker104
Hab grad gsehn das du aus Deutschland bist . Fail...
0そうだね
未プレイ
返信[15]
親投稿
ƒςMichiƒς Michael.Menzel
Warum? XD
1そうだね
プレイ済み
返信[16]
親投稿
Dk_XD Checker104
Wir hätten auch einfach auf Deutsch schreiben können... Muss man für das Java können?
0そうだね
未プレイ
返信[17]
親投稿
ƒςMichiƒς Michael.Menzel
Ehrlich gesagt, wenn du Java halbwegs kannst, dann bringt dir das für (Smile) Basic nicht viel, ist mehr oder weniger so alls könntest du Latein und würdest nen Franzosen sprechen hören und nur ein paar Wörter raushören, die dir von Latein bekannt sind...
1そうだね
プレイ済み