<?xml version="1.0" encoding="UTF-8" ?>
<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="text">たけのこのこ</title>
  <subtitle type="html">ヘタリアに全身全霊で愛をそそぐへたぶんのブログ</subtitle>
  <link rel="self" type="application/atom+xml" href="http://hetabun.blog.shinobi.jp/atom"/>
  <link rel="alternate" type="text/html" href="http://hetabun.blog.shinobi.jp/"/>
  <updated>2010-12-10T03:22:04+09:00</updated>
  <author><name>へたぶん</name></author>
  <generator uri="//www.ninja.co.jp/blog/" version="0.9">忍者ブログ</generator>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
  <entry>
    <id>hetabun.blog.shinobi.jp://entry/243</id>
    <link rel="alternate" type="text/html" href="http://hetabun.blog.shinobi.jp/%E3%82%89%E3%81%8D%E3%81%8C%E3%81%8D/%E3%83%92%E3%83%BC%E3%83%AD%E3%83%BC" />
    <published>2014-07-09T02:34:59+09:00</published> 
    <updated>2014-07-09T02:34:59+09:00</updated> 
    <category term="らきがき" label="らきがき" />
    <title>ヒーロー</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<img src="//hetabun.blog.shinobi.jp/File/c474f2ba.png" alt="" /> <br />
<br />
「君を助けに来たんだぞ」]]> 
    </content>
    <author>
            <name>へたぶん</name>
        </author>
  </entry>
  <entry>
    <id>hetabun.blog.shinobi.jp://entry/242</id>
    <link rel="alternate" type="text/html" href="http://hetabun.blog.shinobi.jp/%E3%81%B2%E3%81%A8%E3%82%8A%E3%81%94%E3%81%A8/%E3%81%8A%E5%BE%85%E3%81%9F%E3%81%9B%E3%81%97%E3%81%BE%E3%81%97%E3%81%9F_242" />
    <published>2014-04-29T12:16:34+09:00</published> 
    <updated>2014-04-29T12:16:34+09:00</updated> 
    <category term="ひとりごと" label="ひとりごと" />
    <title>お待たせしました</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[いや、待ってる人いるのだろうか。<br />
ヘタ鬼漫画ようやく更新再開です。<br />
<br />
自分の絵柄で描き直し再うｐからのスタートとなっておりますので、すでに読んだ方には申し訳ありませんが新しくアレンジした部分などもあるので読んで頂けたら嬉しいです。<br />
<br />
<img src="//hetabun.blog.shinobi.jp/File/ef26bb92.png" alt="" width="224" height="299" /> <img src="//hetabun.blog.shinobi.jp/File/5e604b3d.png" alt="" width="215" height="299" /> <img src="//hetabun.blog.shinobi.jp/File/a124d6a8.png" alt="" width="223" height="310" />]]> 
    </content>
    <author>
            <name>へたぶん</name>
        </author>
  </entry>
  <entry>
    <id>hetabun.blog.shinobi.jp://entry/241</id>
    <link rel="alternate" type="text/html" href="http://hetabun.blog.shinobi.jp/%E3%82%B2%E3%83%BC%E3%83%A0%E5%88%B6%E4%BD%9C%E3%83%A1%E3%83%A2/%E3%83%95%E3%83%A9%E3%82%B0%E3%80%81%E5%A4%89%E6%95%B0%E3%81%A4%E3%81%8B%E3%81%A3%E3%81%A6%E5%88%86%E5%B2%90%E3%81%A8%E3%81%8B" />
    <published>2014-01-21T23:51:42+09:00</published> 
    <updated>2014-01-21T23:51:42+09:00</updated> 
    <category term="ゲーム制作メモ" label="ゲーム制作メモ" />
    <title>フラグ、変数つかって分岐とか</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<span style="color: #ccffff; font-size: xx-small;">key：LiveMaker,LiveNovel,変数,フラグ,分岐<br />
</span><br />
苦戦したので、めも。<br />
画像選択分岐なのですが、１度選んだ選択肢をもう一度選ぶと内容が変わるよと言うもの。<br />
<br />
以下がそのメモ。<br />
<br />
<br />
<br />
<img src="//hetabun.blog.shinobi.jp/File/fa96f56d.png" alt="" /> <br />
<br />
これが全体。<br />
今回のメモに使うのはこれの生徒会室前という選択肢です。<br />
<br />
まずは、変数リストを開いて右クリで変数を作成します。<br />
<br />
<img src="//hetabun.blog.shinobi.jp/File/2b567a82.png" alt="" /> <br />
<br />
これは、「ここは見たんだぜ」みたいなものです。<br />
これが仲介となって、１回めと二回目の選択肢の結果が変えることが出来ます。<br />
<br />
次にジャンプ設定。<br />
<br />
<img src="//hetabun.blog.shinobi.jp/File/855b7797.png" alt="" /> <br />
これは一番最初の初期の状態で表示されるもの。【生徒会室前】ってやつです。<br />
&lt;=は、～以下を表すかもしれません。なので、０＝初期ってことにしてます。<br />
結果、最初に表示される。<br />
<br />
<img src="//hetabun.blog.shinobi.jp/File/f9519ec9.png" alt="" /> <br />
<br />
【生徒会室前２】、つまり２回目以降に表示されるものへのジャンプ設定がこちら。<br />
&gt;=1つまり１回でも最初につくた変数を通ったら表示するよみたいなそんな感じ。<br />
<br />
で、ひとつでも通った後は<br />
「どこから探そうか？」<br />
から<br />
「他になにか知っている人はいないかな？」<br />
といった感じに選択肢表示の際のセリフを変えたかったので<br />
新しく問用のシナリオ【どこ行こうか２】を作成し、これを画像選択につなぎ全ての戻り先をこの【２】のシナリオノードへ戻す。<br />
<br />
あとは実行で確認。<br />
<br />
以上。<br />
<br />
ここにたどり着くのがなかなかに遅くてメモとして残しました。<br />
絶対忘れる。<br />
<br />
<br />
]]> 
    </content>
    <author>
            <name>へたぶん</name>
        </author>
  </entry>
  <entry>
    <id>hetabun.blog.shinobi.jp://entry/240</id>
    <link rel="alternate" type="text/html" href="http://hetabun.blog.shinobi.jp/%E3%81%B2%E3%81%A8%E3%82%8A%E3%81%94%E3%81%A8/%E3%81%93%E3%81%86%E3%81%97%E3%83%BC%E3%82%93_240" />
    <published>2013-11-07T17:16:38+09:00</published> 
    <updated>2013-11-07T17:16:38+09:00</updated> 
    <category term="ひとりごと" label="ひとりごと" />
    <title>こうしーん</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<img src="//hetabun.blog.shinobi.jp/File/e2e9bd13.png" alt="" width="218" height="456" style="border: 1px solid #000000; float: none;" /><br />
<br />
更新しました(｀・&omega;・&acute;)<div style="clear:both"></div>]]> 
    </content>
    <author>
            <name>へたぶん</name>
        </author>
  </entry>
  <entry>
    <id>hetabun.blog.shinobi.jp://entry/239</id>
    <link rel="alternate" type="text/html" href="http://hetabun.blog.shinobi.jp/%E3%81%B2%E3%81%A8%E3%82%8A%E3%81%94%E3%81%A8/%E3%82%82%E3%81%86%E3%81%A1%E3%82%87%E3%81%A3%E3%81%A8" />
    <published>2013-11-07T15:19:55+09:00</published> 
    <updated>2013-11-07T15:19:55+09:00</updated> 
    <category term="ひとりごと" label="ひとりごと" />
    <title>もうちょっと</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<img src="//hetabun.blog.shinobi.jp/File/SnapCrab_NoName_2013-11-7_15-18-48_No-00.png" alt="" width="388" height="239" style="border: 1px solid #000000; float: none;" /><br />
<br />
もうちょっと　　もうちょっと！！<div style="clear:both"></div>]]> 
    </content>
    <author>
            <name>へたぶん</name>
        </author>
  </entry>
  <entry>
    <id>hetabun.blog.shinobi.jp://entry/238</id>
    <link rel="alternate" type="text/html" href="http://hetabun.blog.shinobi.jp/%E3%82%89%E3%81%8D%E3%81%8C%E3%81%8D/%E9%9B%A8" />
    <published>2013-11-07T15:04:37+09:00</published> 
    <updated>2013-11-07T15:04:37+09:00</updated> 
    <category term="らきがき" label="らきがき" />
    <title>雨</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<img src="//hetabun.blog.shinobi.jp/File/a2bac551.png" alt="" />]]> 
    </content>
    <author>
            <name>へたぶん</name>
        </author>
  </entry>
  <entry>
    <id>hetabun.blog.shinobi.jp://entry/237</id>
    <link rel="alternate" type="text/html" href="http://hetabun.blog.shinobi.jp/%E3%81%B2%E3%81%A8%E3%82%8A%E3%81%94%E3%81%A8/%E3%81%86%E3%81%A1%E3%81%AE%E9%A6%AC%E9%B9%BF%E3%81%8C%E3%81%99%E3%81%BF%E3%81%BE%E3%81%9B%E3%82%93" />
    <published>2013-11-07T13:52:43+09:00</published> 
    <updated>2013-11-07T13:52:43+09:00</updated> 
    <category term="ひとりごと" label="ひとりごと" />
    <title>うちの馬鹿がすみません</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<img src="//hetabun.blog.shinobi.jp/File/2fdf5b9b.png" alt="" width="217" height="223" style="border: 1px solid #000000; float: none;" /><br />
<br />
更新しました！<br />
かつてないほどアメリカが輝いている気がします<div style="clear:both"></div>]]> 
    </content>
    <author>
            <name>へたぶん</name>
        </author>
  </entry>
  <entry>
    <id>hetabun.blog.shinobi.jp://entry/236</id>
    <link rel="alternate" type="text/html" href="http://hetabun.blog.shinobi.jp/%E3%81%B2%E3%81%A8%E3%82%8A%E3%81%94%E3%81%A8/%E3%81%8A%E5%85%84%E3%81%A1%E3%82%83%E3%82%93%E3%81%AF%E3%81%AA%E3%82%93%E3%81%A7%E3%82%82%E7%9F%A5%E3%81%A3%E3%81%A6%E3%81%84%E3%82%8B" />
    <published>2013-11-07T12:54:19+09:00</published> 
    <updated>2013-11-07T12:54:19+09:00</updated> 
    <category term="ひとりごと" label="ひとりごと" />
    <title>お兄ちゃんはなんでも知っている</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<img src="//hetabun.blog.shinobi.jp/File/697b29fe.png" alt="" />]]> 
    </content>
    <author>
            <name>へたぶん</name>
        </author>
  </entry>
  <entry>
    <id>hetabun.blog.shinobi.jp://entry/235</id>
    <link rel="alternate" type="text/html" href="http://hetabun.blog.shinobi.jp/%E3%81%B2%E3%81%A8%E3%82%8A%E3%81%94%E3%81%A8/%E6%9B%B4%E6%96%B0%E3%81%97%E3%81%BE%E3%81%97%E3%81%9F%EF%BC%81%E3%82%BF%E3%82%A4%E3%83%88%E3%83%AB%E6%B5%AE%E3%81%8B%E3%81%B0%E3%81%AA%E3%81%84%EF%BC%81%EF%BC%81" />
    <published>2013-11-07T01:42:00+09:00</published> 
    <updated>2013-11-07T01:42:00+09:00</updated> 
    <category term="ひとりごと" label="ひとりごと" />
    <title>更新しました！タイトル浮かばない！！</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<img src="//hetabun.blog.shinobi.jp/File/9d21557d.png" alt="" width="220" height="207" style="border: 1px solid #000000; float: none;" /><br />
<br />
更新しました( ˘&omega;˘ )<br />
ねむ&hellip;くな、くない！！＜＞＜＞カッ＜ねむい<br />
<br />
続きはまた明日にします。<br />
明日は休みなので、漫画ページのTOP絵でもこしらえたいです<div style="clear:both"></div>]]> 
    </content>
    <author>
            <name>へたぶん</name>
        </author>
  </entry>
  <entry>
    <id>hetabun.blog.shinobi.jp://entry/234</id>
    <link rel="alternate" type="text/html" href="http://hetabun.blog.shinobi.jp/%E3%81%B2%E3%81%A8%E3%82%8A%E3%81%94%E3%81%A8/%E3%81%AB%E3%81%93%E3%81%BF%E3%81%AB%E3%81%93%E3%81%BF" />
    <published>2013-11-07T00:49:27+09:00</published> 
    <updated>2013-11-07T00:49:27+09:00</updated> 
    <category term="ひとりごと" label="ひとりごと" />
    <title>にこみにこみ</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<img src="//hetabun.blog.shinobi.jp/File/SnapCrab_NoName_2013-11-7_0-48-11_No-00.png" alt="" /> <br />
１ページ更新しました(｀・&omega;・&acute;)]]> 
    </content>
    <author>
            <name>へたぶん</name>
        </author>
  </entry>
</feed>