This commit is contained in:
kong 2020-10-08 10:01:31 +07:00
parent 98ceafe13a
commit 7742148daf
24 changed files with 14775 additions and 14756 deletions

BIN
video/taobin_brewing.mov Normal file

Binary file not shown.

BIN
video/taobin_drink_ok.mov Normal file

Binary file not shown.

View file

@ -142,6 +142,8 @@
</EventClick>
</Button>
<Text>
<X> 0 </X>
<Y> 1886 </Y>

View file

@ -59,12 +59,17 @@
</EventMachine>
<EventEnd>
Open "ROOT/taobin_project/xml/menu_brewing2.xml"
<GIF>
</EventEnd>
<Video>
<X> 0 </X>
<Y> 380 </Y>
<Filename> "ROOT/taobin_project/image/brewing.gif" </Filename>
</GIF>
<Loop> "true" </Loop>
<Filename> "ROOT/taobin_project/video/taobin_brewing.mov" </Filename>
</Video>
<Image>
<X> 0 </X>
@ -80,6 +85,11 @@
<Filename> "ROOT/taobin_project/image/page_doing/text2.png" </Filename>
</Image>
<Image>
<X> 751 </X>
<Y> 413 </Y>
<Filename> "ROOT/taobin_project/image/page_doing/img2.png" </Filename>
</Image>
<Text>
<X> 808 </X>
@ -93,7 +103,6 @@
</Text>
<Text>
<X> 0 </X>
<Y> 1880 </Y>

View file

@ -9,6 +9,7 @@
; On open
Var LidState = "Enable"
Var StarwState = "Enable"
Var videoEnd = 0
</EventOpen>
<Timeout> 1000 </Timeout>
@ -29,12 +30,19 @@
<Filename> "ROOT/taobin_project/image/ad_medium_2.png" </Filename>
</Image>
<Image>
<X> 82 </X>
<Y> 508 </Y>
<Filename> "ROOT/taobin_project/image/complete/img1.png" </Filename>
</Image>
; Old
;<Image>
;<X> 82 </X>
;<Y> 508 </Y>
;<Filename> "ROOT/taobin_project/image/complete/img1.png" </Filename>
;</Image>
<Video>
<X> 270 </X>
<Y> 508 </Y>
<Loop> "true" </Loop>
<Filename> "ROOT/taobin_project/video/taobin_drink_ok.mov" </Filename>
</Video>
<Button>
<X> 217 </X>

View file

@ -70,7 +70,7 @@
If LidState = "Press" Then
Machine Lid
EndIf
Open "ROOT/taobin_project/xml/menu_brewing.xml"
Open "ROOT/taobin_project/xml/menu_brewing2.xml"
</EventClick>
</Button>