kansen-5/Kansen5_patch/1121_other.ks
2024-01-08 13:36:49 -06:00

71 lines
3.2 KiB
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;//--------------------------------------------------
;//--------------------------------------------------
*other
;//視点変更ボタン 不要キャラは適宜削除
;//ボタンother
;//キャンセル無し
; ;アスペクトスイッチ
; ;背景
; [bg storage="aspectSwitch_BG"]
; ;オフボタン画像を背景にpimage
; ;[pimage storage="selbt_akari_off" layer=base page=back visible=true dx="&f.aspect1_x" dy="&f.aspect1_y"]
; ;[pimage storage="selbt_taja_off" layer=base page=back visible=true dx="&f.aspect1_x" dy="&f.aspect2_y"]
; ;[pimage storage="selbt_satuki_off" layer=base page=back visible=true dx="&f.aspect1_x" dy="&f.aspect3_y"]
; ;[pimage storage="selbt_natu_off" layer=base page=back visible=true dx="&f.aspect1_x" dy="&f.aspect4_y"]
; [pimage storage="selbt_other_off" layer=0 page=back visible=true dx="&f.aspect1_x" dy="&f.aspect5_y"]
; ;キャンセル
; ;[pimage storage="selbt_cancel_off" layer=base page=back visible=true dx="&f.aspect2_x" dy="&f.aspect6_y"]
; [trans method=universal rule="random" vague=10 time=1000][wt]
;
; ;storage タップした時のオンボタン画像
; ;page 表foreに読み込んでおく
; ;visible タップまでは非表示なのでfalse
; ;オンボタン画像を読み込み
; ;[image storage="selbt_akari_on" layer=0 page=fore visible=false left="&f.aspect1_x" top="&f.aspect1_y"]
; ;[image storage="selbt_taja_on" layer=1 page=fore visible=false left="&f.aspect1_x" top="&f.aspect2_y"]
; ;[image storage="selbt_satuki_on" layer=2 page=fore visible=false left="&f.aspect1_x" top="&f.aspect3_y"]
; ;[image storage="selbt_natu_on" layer=3 page=fore visible=false left="&f.aspect1_x" top="&f.aspect4_y"]
; [image storage="selbt_other_on" layer=4 page=fore visible=false left="&f.aspect1_x" top="&f.aspect5_y"]
; ;キャンセル
; ;[image storage="selbt_cancel_on" layer=5 page=fore visible=false left="&f.aspect2_x" top="&f.aspect6_y"]
;
; ;border 1以上にすると画面に十字線がでる
; ;[link target=*aspect_sel_SEL01 layer=0 left="&f.aspect1_x" top="&f.aspect1_y" single=true width=1024 height=72 border=0][endlink]
; ;[link target=*aspect_sel_SEL02 layer=1 left="&f.aspect1_x" top="&f.aspect2_y" single=true width=1024 height=72 border=0][endlink]
; ;[link target=*aspect_sel_SEL03 layer=2 left="&f.aspect1_x" top="&f.aspect3_y" single=true width=1024 height=72 border=0][endlink]
; ;[link target=*aspect_sel_SEL04 layer=3 left="&f.aspect1_x" top="&f.aspect4_y" single=true width=1024 height=72 border=0][endlink]
; [link target=*other_aspect_sel_SEL05 layer=4 left="&f.aspect1_x" top="&f.aspect5_y" single=true width=1024 height=72 border=0][endlink]
; ;[link target=*aspect_sel_SEL06 layer=5 left="&f.aspect2_x" top="&f.aspect6_y" single=true width=256 height=48 border=0][endlink]
;[pcms]
*ZAP06_2|ザッピング選択肢 その他
;mm アスペスイッチの代わりの視点変更ボタン設置
;その他
;キャンセルなし
[eval exp="f.selbt_aka = 0"]
[eval exp="f.selbt_taj = 0"]
[eval exp="f.selbt_sat = 0"]
[eval exp="f.selbt_nat = 0"]
[eval exp="f.selbt_oth = 1"]
[eval exp="f.selbt_can = 0"]
;ボタン込み
[zap_set1]
[zap_set2]
[s]
;------------------------------------------------
;//jump先忘れずに ムービー再生位置とボタン消去は調整必要かも
;*other_aspect_sel_SEL05
*aspect_sel_SEL05
[zap_clear]
;ムービーを適宜再生させる
[zapfade storage="aspect_other.mpg"]
[jump storage="1126.ks" target=*1126_TOP]
;//--------------------------------------------------