Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
alterable value "gravcontrol" = 0 set gravity to (default value) and set y acceleration to 0
alterable value "gravcontrol" = 1 set gravity to 0 and set y acceleration to (whatever speed you prefer)
Just use invisible obstacles that set gravcontrol to 0 or 1 when you overlap them.
Hrm, if I'm not mistaken, the pmo object should handle that itself. Say if your max y accleration is 1000 and your current y acceleration is -100, it should gradually go to -1000.
If for whatever reason its not, then change the second event to something like this:
alterable value "gravcontrol" = 1 set gravity to 0 and set y acceleration to current y acceleration - 50.
What that does is subtract 50 from the current y acceleration. y accleration is backwards, so negative values move up, and positive values move down.