Subversion Repository Public Repository

Nextrek

Diff Revisions 1286 vs 1290 for /Wrestling/data/scenario/casa.ks

Diff revisions: vs.
  @@ -2,20 +2,60 @@
2 2
3 3 *stanzaLetto
4 4
5 - [tb_eval exp="f.location='casaMc'" name="location" cmd="=" op="t" val="casaMc" val_2="undefined" ]
5 + [tb_start_tyrano_code]
6 + [freeimage layer = 1]
7 +
8 + [_tb_end_tyrano_code]
9 +
6 10 [cm ]
7 11 [tb_image_hide time="0" ]
8 - [tb_image_show time="1000" storage="default/ambienti/stanzaDaLetto.jpg" width="1920" height="1080" x="" y="" _clickable_img="" name="img_3" ]
9 - [tb_image_show time="1" storage="default/UI/bar_01_W.png" width="1939" height="40" name="img_9" x="" y="" _clickable_img="" ]
10 - [button storage="00_start.ks" target="*full_screen" graphic="UI/ico_09.png" width="40" height="40" x="1850" y="0" _clickable_img="" name="img_10" ]
11 - [button storage="map.ks" target="*Mappa" graphic="icon/map.png" width="40" height="40" x="1780" y="0" _clickable_img="" ]
12 + [tb_eval exp="f.location='casaMc'" name="location" cmd="=" op="t" val="casaMc" val_2="undefined" ]
13 + [tb_start_tyrano_code]
14 + [html]<link href="custom.css" type="text/css" rel="stylesheet">[endhtml]
15 + [_tb_end_tyrano_code]
16 +
17 + [tb_start_tyrano_code]
18 + [button name="button06_css" storage="casa.ks" target="*password" graphic="vuoto.png" width="230" height="172" x="1468" y="238"]
19 + [button name="button07_css" storage="riposo.ks" target="*dorme" graphic="vuoto.png" width="998" height="752" x="90" y="328"]
20 +
21 +
22 + [_tb_end_tyrano_code]
23 +
24 + [tb_image_show time="1000" storage="default/ambienti/stanzaDaLetto.jpg" width="1920" height="1080" x="" y="" _clickable_img="" name="img_6" ]
25 + [tb_image_show time="1" storage="default/UI/bar_01_W.png" width="1939" height="40" name="img_7" x="" y="" _clickable_img="" ]
26 + [button storage="00_start.ks" target="*full_screen" graphic="UI/ico_09.png" width="40" height="40" x="1850" y="0" _clickable_img="" name="img_8" ]
27 + [button storage="map.ks" target="*Mappa" graphic="icon/map.png" width="40" height="40" x="1780" y="0" _clickable_img="" name="img_9" ]
12 28 [tb_start_tyrano_code]
13 29 [ptext layer=1 page=fore text=&f.forza size=24 x=130 y=8 color=black bold=true ]
14 30 [ptext layer=1 page=fore text=&f.destrezza size=24 x=300 y=8 color=black bold=true ]
15 31 [ptext layer=1 page=fore text=&f.resistenza size=24 x=490 y=8 color=black bold=true ]
16 32 [ptext layer=1 page=fore text=&f.energia size=24 x=670 y=8 color=black bold=true ]
17 - [ptext layer=1 page=fore text=&f.soldi size=24 x=840 y=8 color=black bold=true ]
33 + [ptext layer=1 page=fore text=&f.soldi size=24 x=835 y=8 color=black bold=true ]
18 34 [ptext layer=1 page=fore text=&f.fama size=24 x=1050 y=8 color=black bold=true ]
19 35 [_tb_end_tyrano_code]
20 36
21 37 [s ]
38 + *password
39 +
40 + [tb_ptext_show x="1263" y="191" size="30" color="0x0a0a0a" time="1000" text="Insert&nbsp;Password&nbsp;:" anim="false" face="undefined" edge="undefined" shadow="0x4f4f4f" ]
41 + [edit left="1500" top="187" width="200" height="40" size="20" maxchars="200" name="f.password" reflect="false" ]
42 + [button storage="casa.ks" target="*control" graphic="icon/submit.png" width="30" height="30" x="1726" y="196" _clickable_img="" ]
43 + [s ]
44 + *control
45 +
46 + [commit ]
47 + [tb_ptext_hide time="0" ]
48 + [iscript]
49 + console.log(f.password)
50 + [endscript]
51 +
52 + [jump storage="casa.ks" target="*controlOK" cond="f.password=='stoCa'" ]
53 + *controlOK
54 +
55 + [tb_eval exp="f.forza=28" name="forza" cmd="=" op="t" val="28" val_2="undefined" ]
56 + [tb_eval exp="f.destrezza=28" name="destrezza" cmd="=" op="t" val="28" val_2="undefined" ]
57 + [tb_eval exp="f.resistenza=28" name="resistenza" cmd="=" op="t" val="28" val_2="undefined" ]
58 + [tb_eval exp="f.fama=19" name="fama" cmd="=" op="t" val="19" val_2="undefined" ]
59 + [tb_eval exp="f.soldi=1000" name="soldi" cmd="=" op="t" val="1000" val_2="undefined" ]
60 + [jump storage="casa.ks" target="*stanzaLetto" ]
61 + [s ]