This commit is contained in:
kong 2020-12-26 01:33:30 +07:00
parent 9a768cf571
commit 2002701787
33 changed files with 2677 additions and 1600 deletions

View file

@ -7,7 +7,8 @@
<Sound> "ROOT/sounds/pleaseWait.wav" </Sound>
<EventOpen>
; On open
Var LidState = Lid1Status
Var LidState = "Invisible"
;Lid1Status
Var StarwState = "Enable"
Var LidStrawCountDown = 15
@ -24,10 +25,23 @@
Var DirImage = "ROOT/taobin_project/image/page_lid_straw_en"
Var PictureEnd = "_en.png"
Var BottomText = PicturePath + "text_bottom_eng.png"
Var lid_straw_bg_iamge = DirImage + "/img4.png"
If LidState = "Enable"
Var lid_straw_bg_iamge = DirImage + "/img3.png"
EndIf
Else
Var DirImage = "ROOT/taobin_project/image/page_lid_straw"
Var PictureEnd = ".png"
Var BottomText = PicturePath + "text_bottom_thai2.png"
Var lid_straw_bg_iamge = DirImage + "/img4.png"
If LidState = "Enable"
Var lid_straw_bg_iamge = DirImage + "/img3.png"
EndIf
EndIf
@ -61,6 +75,8 @@
Var PictureFile = PictureFile + PictureEnd
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
@ -193,7 +209,7 @@
<Image>
<X> 78 </X>
<Y> 1425 </Y>
<Filename> Var( DirImage + "/img3.png" ) </Filename>
<Filename> lid_straw_bg_iamge </Filename>
</Image>