スプライトの状態をみて
処理を切り替えることができます。
色違いキャラとか
簡単に作成してキャラ数を増やすテクニックですね。
you should see that sprite states.
Checked states is to become your decide base.
different color character is low cost paformance for developing games.
次回
出屋敷プログラミング教室のブログ
スプライトの状態をみて
処理を切り替えることができます。
色違いキャラとか
簡単に作成してキャラ数を増やすテクニックですね。
you should see that sprite states.
Checked states is to become your decide base.
different color character is low cost paformance for developing games.
次回
敵を強くすると
プレイヤーも少し強くする。
バランスが崩れないように
少しずつできることを増やすと
面白いゲームになります。
you should to be level up for enemy ,after you have to be level up for player too.
its need to save average of games so you step by step to add anything levelup.
次回
同じ処理をするときも
処理をする場所とタイミングが違うと
効果が変わります。
プログラミングは順番が大事。
it’s not same when you different process effect where or timing.
its important to do in order in programming.
次回
xとyを間違うと
動きがぜんぜん違ってしまいますね。
一文字ですが気を付けましょう。
change the x and y you should happen a lot of different things in your programing.
you should check more the one string.
次回
ものを重たく見せるために
アニメーションパターンを
判定する処理をつくってみました。
映像でよくみかける
巨大生物のうごきを
ぜひ自分で作ってみましょう。
today, i tried to make programing that do checking for sprite animation.
did you watch big monster moving.
i think you try to make to do yourself.
次回
座標を保存するということを
知っておけば
どこでも好きな場所へ
ものを出すことができます。
knowledge of save coordinate if you can spawn everywhere as you wish.
次回
エフェクトが派手だと
ゲームの内容が入ってこないですね。
感覚としては花火みたいなものですが。
effects are very fronting so we could not watch the game event.
i feel that like fireworks.
次回
コピー元が失敗してると
取り返しが
めんどうになります。
見直しは
何度も行いましょう。
failed for original datas are big regret comming.
you must need to check right rechek and recheck.
次回
複製やスクリプトのコピーは
作業スピードに影響するので
どんどん練習して覚えましょう!
copy & past are good useful skill.those actions are cut off time for you.
lets try actively.
次回
ステートを変更するときは
処理を複製してできる部分が増えますね。
if you change state of sprite,you can copy code from other code .
that easy to be progiraming.
次回