Seeker Complete V.1

This commit is contained in:
miggaze 2022-01-11 13:41:12 +07:00
parent 2c24414402
commit 6a5c13f5c2
18 changed files with 150 additions and 31 deletions

View file

@ -124,6 +124,10 @@
EndIf
If Seeker = "next" Then
Var ShowButtonClick2 = "Invisible"
EndIf
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
@ -135,7 +139,11 @@
EndIf
If countDownRetrun = 0 Then
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
If Seeker = "next" Then
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
Else
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf
EndIf