Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
12 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2288
次のページ(過去)
返信[9]
親投稿
Hanzo rzsense
そうなんです。最初のやつはアルファ(透明度)保持を意図していたのに、間違ってしまったパターンです。 そらいろ。さん、私の色の反転式は「ビット演算」を利用したものです。文字がたくさん並んでいるので難しく見えますが、やってることは結構シンプルなんですよ。
4そうだね
プレイ済み
返信[6]
親投稿
Hanzo rzsense
3日でマルチエンディングゲームを作ってしまうとは・・・ sinさんすごすぎる。 時間をかければ、市販ゲーム並みのクオリティも夢じゃないですね。 16進数を0xで表記しているあたり、sinさんは他のプログラミング言語のご使用経験があるとか・・・?
4そうだね
プレイ済み
返信[5]
親投稿
Hanzo rzsense
すみません!さっきのは微妙に間違いです。 正しくは、下記のとおりです。 RGB2=(RGB1 AND &HFF000000)OR((NOT RGB1)AND &H00FFFFFF)
4そうだね
プレイ済み
返信[2]
親投稿
Hanzo rzsense
RGB2=(RGB1 AND &HFF000000)OR(NOT(RGB1 AND &H00FFFFFF))
1そうだね
プレイ済み
返信[7]
親投稿
Hanzo rzsense
Everyone can use SmileBASIC programs on the cloud server without any permission.
0そうだね
プレイ済み
返信[6]
親投稿
Hanzo rzsense
Both "AND" and "==" are the operators. A combination of "value", "operator" and "value" (like "3 AND 8") is an "equation". An "equation" always yields one value. You can confirm it as follows. ? 3 AND 2 ? 16==16 ? 16==8 The results of the preceding equations will be 2, 1 and 0.
1そうだね
未プレイ
返信[21]
親投稿
Hanzo rzsense
I don't do collaborations because I want to decide what I produce by myself. However, please don't think that I am uncooperative person. If you give me questions, I'll answer you asap.
0そうだね
プレイ済み
返信[4]
親投稿
Hanzo rzsense
ここにもいますよ~
2そうだね
プレイ済み
返信[19]
親投稿
Hanzo rzsense
Asking your questions here or US Smilebasic community whenever you find one you don't know as you have already done at US community is the best way to learn SmileBASIC. Keep it up!
1そうだね
プレイ済み
返信[18]
親投稿
Hanzo rzsense
You seem to be interested in sound/music things. To compose/play music with SmileBASIC, you should learn MML. MML stands for Music Macro Language. You can see the explanations of MML with pressing help button on the string "MML". And to make waveform, I recommend you to study about Frequency Modulation Synthesizer.
1そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
It has been drawn with "PICS LIMITED", the full-scale painting tool. You can download this tool with the key C33KEP3F.
2そうだね
未プレイ
返信[15]
親投稿
Hanzo rzsense
What I wanted to say is that official programs are relatively easy to read because they seem to be standardized. I'm sorry for my poor English. From which sample you should start depends on your target. If your target is to make RPG, GAME2RPG is the best as your start place. If your target is to calculate planetary orbit of the solar system, mathematics and sin/cos of EX8TECHDEMO is the best.
1そうだね
プレイ済み
返信[13]
親投稿
Hanzo rzsense
Any program will do, so long as it is made by others. Like you've written, official programs are better because they include little bias.
1そうだね
プレイ済み
返信[11]
親投稿
Hanzo rzsense
I started learning BASIC more than 30 years ago. Therefore I cannot remember what l disassembled in those days exactly. In 80's, there were monthly periodicals which published a lot of BASIC video game programs in Japan. I typed, ran, played and disassembled them, thus I learned BASIC by habit.
1そうだね
プレイ済み
返信[6]
親投稿
Hanzo rzsense
I believe that no one can master BASIC without any struggles. I also believe the most effective way to master BASIC is to analyze and modify a lot of source codes written by others.
1そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
スライドで哭き牌を右隅に寄せて、 「あんた、背中が煤けてるぜ」 とか言ってみたい。
1そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
ほっぺたのTBマークがカッコいい!
3そうだね
プレイ済み
返信[5]
親投稿
Hanzo rzsense
Actually, this is available on not only Petit Com BIG but also SmileBASIC for 3DS.
0そうだね
プレイ済み
返信[4]
親投稿
Hanzo rzsense
プレイしていただいて、ありがとうございます。そう、この「XX meter to touch down」って音声は、恐らく既にお気づきのとおり「TOP L●NDING」のマネなんですけど、どうしてもプチコンでやってみたかったんですよ。 私のようなオッサン世代は、このテ「無駄にカッチョイイ」演出が大好物なんです…
2そうだね
プレイ済み
返信[9]
親投稿
Hanzo rzsense
"SPPAGE 5" allows us to use entire BG sheet as sprite sheet in an instant.
1そうだね
未プレイ