スレッド一覧 | 新規書き込み | 新着一覧 | 使い方 | 過去ログ
もみもみ
2013/9/28(Sat) 13:46:50|NO.57413
goto *b *b goto *a *a repeat loop
この記事に返信する
ポテト(流星群)
2013/9/28(Sat) 13:52:42|NO.57414
screen 0, 400, 200 time_wait = 60 //どれだけ待つか time_count1 = gettime(6) //今の秒 repeat color 255, 255, 255 : boxf color 0, 0, 0 : pos 0, 0 : mes ""+time_wait time_count2 = gettime(6) if time_count1 != time_count2 : time_wait -- if time_wait == 0 : goto*hoge time_count1 = gettime(6) wait 50 loop *hoge dialog "1分経ちました。2 stop
2013/9/28(Sat) 13:54:51|NO.57415
screen 0, 400, 200 time_wait = 60 //どれだけ待つか time_count1 = gettime(6) //今の秒 repeat color 255, 255, 255 : boxf //残り時間をわかりやすくするための処理1 color 0, 0, 0 : pos 0, 0 : mes ""+time_wait //残り時間をわかりやすくするための処理2 time_count2 = gettime(6) //現在の時間をチェック2 if time_count1 != time_count2 : time_wait --//もし2つの現在の時間に差異があれば1秒分値を減らす if time_wait == 0 : goto*hoge time_count1 = gettime(6) //現在の時間をチェック1 wait 50 loop *hoge dialog "1分経ちました。2 stop
2013/9/28(Sat) 14:31:33|NO.57419
トップ | HSP3ダウンロード | HSPTVで遊ぶ | HSPで作る | サイト情報 | プライバシーポリシー | お問合せ
ONION software Copyright 1997-2023(c) All rights reserved.