THAI INTER: Add condition close tab_menu, condition to close langs switch btn, case invalid spiral,Add image
This commit is contained in:
parent
7b94c55437
commit
40dbe26715
13 changed files with 1625 additions and 1511 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -155,6 +155,7 @@
|
|||
|
||||
If SpiralModeFrozenFruit = 1 Then
|
||||
Var Menu0Selected = "Enable"
|
||||
Var MenuVSelected2 = "Invisible"
|
||||
EndIf
|
||||
|
||||
If SpiralModeGoods = 1 Then
|
||||
|
|
|
|||
|
|
@ -257,7 +257,12 @@
|
|||
; setvar SpiralOnline true
|
||||
Var ButtonSpiralStage = "Invisible"
|
||||
If SpiralOnline = "true" Then
|
||||
Var ButtonSpiralStage = "Enable"
|
||||
If SpiralModeFrozenFruit = 1 Then
|
||||
Var ButtonFrozenSmoothie = "Enable
|
||||
Var ButtonSpiralStage = "Invisible"
|
||||
Else
|
||||
Var ButtonSpiralStage = "Enable"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
DEBUGVAR SpiralOnline
|
||||
|
|
|
|||
|
|
@ -37,7 +37,10 @@
|
|||
|
||||
If SpiralOnline = "true" Then
|
||||
If Seeker = "curr" Then
|
||||
Var MenuVSelected2 = "Enable"
|
||||
If SpiralModeFrozenFruit = 1 Then
|
||||
Var Menu0Selected = "Enable"
|
||||
Var MenuVSelected2 = "Invisible"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -83,7 +83,11 @@
|
|||
|
||||
Var ButtonLanguageListXPosition = 990
|
||||
Var ButtonLanguageListYPosition = 450 - 38
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
If FromPaymentCash = "Enable" Then
|
||||
Var LanguageButtonEnable = "Invisible"
|
||||
Else
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
EndIf
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
|
||||
RefreshAll
|
||||
|
|
|
|||
|
|
@ -76,7 +76,11 @@
|
|||
|
||||
Var ButtonLanguageListXPosition = 990
|
||||
Var ButtonLanguageListYPosition = 450 - 38
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
If FromPaymentCash = "Enable" Then
|
||||
Var LanguageButtonEnable = "Invisible"
|
||||
Else
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
EndIf
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
|
||||
RefreshAll
|
||||
|
|
|
|||
|
|
@ -253,16 +253,13 @@
|
|||
;
|
||||
|
||||
|
||||
|
||||
<Video>
|
||||
<X> 350 </X>
|
||||
<Y> 800 </Y>
|
||||
<Width> 400 </Width>
|
||||
<Height> 500 </Height>
|
||||
<Refresh> "Reload" </Refresh>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> "ROOT/taobin_project/animation01/TaoBin2_draft02_art41.mp4" </Filename>
|
||||
</Video>
|
||||
<Image>
|
||||
<X> 185 </X>
|
||||
<Y> 570 </Y>
|
||||
<Width> 722 </Width>
|
||||
<Height> 732 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/smoothie/proccess/tao_sad.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Text>
|
||||
|
|
@ -285,7 +282,7 @@
|
|||
|
||||
<Text>
|
||||
<X> 0 </X>
|
||||
<Y> 1280 </Y>
|
||||
<Y> 1290 </Y>
|
||||
<Language>
|
||||
<ID> 002407 </ID>
|
||||
</Language>
|
||||
|
|
|
|||
|
|
@ -224,15 +224,13 @@
|
|||
|
||||
|
||||
|
||||
<Video>
|
||||
<X> 350 </X>
|
||||
<Y> 800 </Y>
|
||||
<Width> 400 </Width>
|
||||
<Height> 500 </Height>
|
||||
<Refresh> "Reload" </Refresh>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> "ROOT/taobin_project/animation01/TaoBin2_draft02_art41.mp4" </Filename>
|
||||
</Video>
|
||||
<Image>
|
||||
<X> 185 </X>
|
||||
<Y> 570 </Y>
|
||||
<Width> 722 </Width>
|
||||
<Height> 732 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/smoothie/proccess/tao_sad.png" </Filename>
|
||||
</Image>
|
||||
|
||||
; warning time
|
||||
<Image>
|
||||
|
|
@ -252,7 +250,7 @@
|
|||
|
||||
<Text>
|
||||
<X> 0 </X>
|
||||
<Y> 1280 </Y>
|
||||
<Y> 1320 </Y>
|
||||
<Language>
|
||||
<ID> 002406 </ID>
|
||||
</Language>
|
||||
|
|
|
|||
|
|
@ -178,6 +178,7 @@
|
|||
Else
|
||||
; Verify error
|
||||
DEBUGVAR MachineSpiralErrorCode
|
||||
Open "ROOT/taobin_project/xml/page_spiral_invalid_failed.xml"
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue