; ; ; 紙芝居 千尋 Ver 0.02 ; ;[説 明] ; MXNovel サンプルプログラム第一弾 ; ;[履 歴] ; Date Ver Conf Auth ;----------------------------------------------------------------------------- ; 2004.03.04 0.02 テキストのフェードイン・アウトを追加 桜花 ; 2004.02.15 0.01 新規作成 桜花 ; ; ; <== コメントは ;(せみころん)ね ; 前処理 font MS 明朝 80 0 text "千尋 Ver 0.02" 50 200 128 128 0 update wait 2500 font MS 明朝 30 0 bi text "桜花 PRESENT" 50 300 128 255 128 update wait 3500 cleartext #start font MS 明朝 20 00 b text "終了する時は、ESCキーを押してね♪" 10 10 255 255 255 update wait 2500 cleartext font MS 明朝 30 00 b ; <== フォント指定 text "おはよう。。。桜花" 10 20 255 0 0 ; <== テキスト1 update ; <== 画面更新 wait 1000 ; <== 1秒待機 text "おはよう。。。桜花" 10 55 0 255 0 ; <== テキスト2 update ; <== 画面更新 wait 1000 ; <== 1秒待機 text "おはよう。。。桜花" 10 90 0 0 255 ; <== テキスト3 update ; <== 画面更新 wait 1000 ; <== 1秒待機 text "おはよう。。。桜花" 10 125 255 255 255 ; <== テキスト4 update ; <== 画面更新 wait 1000 ; <== 1秒待機 text "おはよう。。。桜花" 10 150 255 0 0 ; <== テキスト5 update ; <== 画面更新 wait 1000 ; <== 1秒待機 font MS 明朝 30 00 b text "おはよう。。。桜花" 10 20 16 16 16 update wait 500 ;cleartext text "おはよう。。。桜花" 10 20 32 32 32 update wait 500 ;cleartext text "おはよう。。。桜花" 10 20 64 64 64 update wait 500 ;cleartext text "おはよう。。。桜花" 10 20 128 128 128 update wait 500 ;cleartext font MS 明朝 30 00 b text "おはよう。。。桜花" 10 20 255 255 255 update wait 2500 ;cleartext text "おはよう。。。桜花" 10 20 128 128 128 update wait 500 ;cleartext text "おはよう。。。桜花" 10 20 64 64 64 update wait 500 ;cleartext text "おはよう。。。桜花" 10 20 32 32 32 update wait 500 ;cleartext text "おはよう。。。桜花" 10 20 16 16 16 update wait 2500 cleartext font MS ゴシック 20 0 biu text "なぜ、だまっているの?" 10 100 0 255 0 update wait 3000 cleartext font MS 明朝 30 0 bi TEXT "千尋、いつもいい子にしているよ。" 10 180 255 0 0 update wait 3000 cleartext text "桜花がいれば何もいらない・・・" 10 180 255 0 0 update wait 3000 cleartext text "桜花が行くところなら、どこにでもいくよ。。" 10 180 255 0 0 update wait 3000 cleartext text "ねぇ・・・なぜ、だまっているの?" 10 100 0 255 0 update wait 3000 cleartext text "・" 10 100 0 255 0 update wait 2000 text "・・" 10 100 0 255 0 update wait 2000 text "・・・" 10 100 0 255 0 update wait 2000 ;cleartext text "・・・・" 10 100 0 255 0 update wait 2000 cleartext goto #start