parent
a4450e70f5
commit
95ed5da6b1
|
@ -0,0 +1,60 @@
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
☆「ふたくり BOOTH版」☆ ver 1.2
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
当作品をお買い上げいただきありがとうございます!
|
||||
|
||||
|
||||
何か問題がございましたら以下のサイトよりご連絡いただけますと幸いです。
|
||||
http://flamberges.blog12.fc2.com/
|
||||
|
||||
今後とも何卒宜しくお願い申し上げます。
|
||||
|
||||
|
||||
■起動方法
|
||||
同梱されている html をブラウザで開いてください。
|
||||
Flashに対応しているブラウザの場合はそのまま起動できます。
|
||||
対応していない場合は、「単体起動」のショートカットか、
|
||||
srcフォルダ内の「start.exe」もしくは「index.swf」から起動してください。
|
||||
|
||||
|
||||
FLASHが表示できない場合は、最新のFLASHのプラグインを
|
||||
入れて頂けますと直るかもしれません。
|
||||
極端に重い場合は別のブラウザで開くと正常に動作することもあります。
|
||||
|
||||
|
||||
|
||||
|
||||
*ご注意*
|
||||
このゲームの内容はフィクションであり、実在の団体・人物等とは一切関係ございません。
|
||||
また、18歳未満の方の閲覧はしないでください。
|
||||
無断転載や複製等も禁止させていだきます。
|
||||
|
||||
|
||||
製作:もふりる
|
||||
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
【Q&A】
|
||||
|
||||
Q.BGMが鳴らない
|
||||
A.BGMは実装されておりません(´;ω;`)
|
||||
|
||||
Q.参照エラーが出る
|
||||
A.ご連絡いただけましたら対処させていただきます。
|
||||
|
||||
Q.FLASHを直接起動したい
|
||||
A.srcフォルダ内のmain.swfをクリックして起動してください。
|
||||
|
||||
Q.会話分を早送りしたい
|
||||
A.CTRLキーを押してください。
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
■更新履歴■
|
||||
|
||||
◆2016年12月08日 1.2 修正
|
||||
・FlashがHTMLから起動しない場合の対応として単体起動プログラムを追加。
|
||||
|
||||
◆2014年03月02日 1.1 公開
|
||||
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 359 KiB |
Binary file not shown.
|
@ -0,0 +1,74 @@
|
|||
<!-- saved from url=(0013)about:internet -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
|
||||
<link href="s.css" type="text/css" rel="stylesheet">
|
||||
<style type="text/css" title="default">
|
||||
@import "s.css";
|
||||
</style>
|
||||
|
||||
|
||||
<body>
|
||||
<center>
|
||||
<table border="0" bgcolor="#ffffff" width="1000">
|
||||
<tr><td width="52" background="side1.png"></td><td>
|
||||
<center>
|
||||
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<!--url's used in the movie-->
|
||||
<!--text used in the movie-->
|
||||
<embed src="index.swf" quality="high" type="application/x-shockwave-flash" height="600" width="800">
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<img src="chara1.png">
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<hr>
|
||||
<a href="http://flamberges.blog12.fc2.com/"><img src="banner1.png" alt=""></a><br>
|
||||
<br>
|
||||
http://flamberges.blog12.fc2.com/<br>
|
||||
<hr>
|
||||
|
||||
<br>
|
||||
(C) 2014 ‚à‚Ó‚è‚é<br>
|
||||
<br>
|
||||
<hr>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
</td><td width="52" background="side2.png"></td></tr></table>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,62 @@
|
|||
* {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
border: 0px;
|
||||
border-width:0px;
|
||||
border-style:solid;
|
||||
border-color:#587f9e;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
border-collapse: collapse;
|
||||
|
||||
}
|
||||
|
||||
body {
|
||||
background:#feebde;
|
||||
color: #000000;
|
||||
background-image: url("back-2.png");
|
||||
}
|
||||
|
||||
a:link { color:#110000; }
|
||||
a:visited { color: #884400; }
|
||||
a:hover { color: #ff0000; }
|
||||
a:active { color: #aa00aa; }
|
||||
|
||||
|
||||
|
||||
|
||||
hr {
|
||||
margin: 15px 0px 10px 0px;
|
||||
border-style:dashed;
|
||||
border-width:1px 0px 0px 0px;
|
||||
height: 1px;
|
||||
border-color: #fde1d1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<META HTTP-EQUIV="refresh" content="0;URL=src/main.html">
|
||||
<head>
|
||||
|
||||
<title></title>
|
||||
</head>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue