DO
This commit is contained in:
parent
2a91ec9758
commit
faaf5084c7
6 changed files with 53 additions and 3 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.7 KiB |
|
|
@ -63,6 +63,9 @@
|
|||
|
||||
Var CampaingFilename = "ROOT/taobin_project/image/page_campaign_en"
|
||||
|
||||
Var bn_get_lid_image = "ROOT/taobin_project/image/page_doing/bn_get_lid_en.png"
|
||||
Var bp_get_lid_image = "ROOT/taobin_project/image/page_doing/bp_get_lid_en.png"
|
||||
|
||||
Var XStraw = 336
|
||||
Else
|
||||
;Var DirImage = "ROOT/taobin_project/image/collect_point1"
|
||||
|
|
@ -82,6 +85,10 @@
|
|||
|
||||
Var CampaingFilename = "ROOT/taobin_project/image/page_campaign"
|
||||
|
||||
Var bn_get_lid_image = "ROOT/taobin_project/image/page_doing/bn_get_lid.png"
|
||||
Var bp_get_lid_image = "ROOT/taobin_project/image/page_doing/bp_get_lid.png"
|
||||
|
||||
|
||||
Var XStraw = 382
|
||||
EndIf
|
||||
|
||||
|
|
@ -303,7 +310,14 @@
|
|||
DEBUGVAR bg_lidProblem_ST
|
||||
|
||||
|
||||
If bg_lidProblem_ST = "Invisible" Then
|
||||
Var GetLidButtonState = "Enable"
|
||||
Var XStraw = 265
|
||||
EndIf
|
||||
|
||||
|
||||
Var GetLidButtonCountDown = 0
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
|
|
@ -1118,6 +1132,18 @@
|
|||
|
||||
EndIf
|
||||
|
||||
If GetLidButtonCountDown > 0 Then
|
||||
Var GetLidButtonCountDown = GetLidButtonCountDown - 1
|
||||
DEBUGVAR GetLidButtonCountDown
|
||||
EndIf
|
||||
|
||||
If GetLidButtonCountDown = 1 Then
|
||||
Var GetLidButtonState = "Invisible"
|
||||
Var bg_lidProblem_ST = "Enable"
|
||||
Var XStraw = 356
|
||||
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
|
||||
|
|
@ -1332,6 +1358,26 @@
|
|||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 14 </X>
|
||||
<Y> 1787 </Y>
|
||||
<State>GetLidButtonState</State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> bn_get_lid_image </Filename>
|
||||
<FilenamePress> bp_get_lid_image </FilenamePress>
|
||||
<EventClick>
|
||||
|
||||
If GetLidButtonState = "Enable" Then
|
||||
Machine Lid
|
||||
Var GetLidButtonCountDown = 12
|
||||
EndIf
|
||||
|
||||
Var GetLidButtonState = "Press"
|
||||
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 10 </X>
|
||||
|
|
|
|||
|
|
@ -83,12 +83,16 @@
|
|||
Machine StrawOrder
|
||||
Var LedLidBlink = "true"
|
||||
Var SaveTheWorldCount = SaveTheWorldCount + 1
|
||||
|
||||
Var bg_lidProblem_ST = "Invisible"
|
||||
EndIf
|
||||
|
||||
If Seeker.get_a_lid = "Press" Then
|
||||
Machine LidOrder
|
||||
Var LedLidBlink = "true"
|
||||
Var SaveTheWorldCount = SaveTheWorldCount + 1
|
||||
|
||||
Var bg_lidProblem_ST = "Enable"
|
||||
EndIf
|
||||
|
||||
Topping "Select" Seeker.selected_a_drink
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@
|
|||
Var SubMenuGroupIDSlot6_1 = 0
|
||||
|
||||
|
||||
|
||||
Var bg_lidProblem_ST = "Invisible"
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
|
|
|||
|
|
@ -106,8 +106,8 @@
|
|||
Var RandomPromotionMyworld = 0
|
||||
Var RandomSalePackage = 0
|
||||
|
||||
Var XMLPageVersion = "6.79"
|
||||
Var XMLPageVersionInt = 679
|
||||
Var XMLPageVersion = "6.80"
|
||||
Var XMLPageVersionInt = 680
|
||||
</EventOpen>
|
||||
|
||||
<Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue