DO
This commit is contained in:
parent
0a90b51f68
commit
91157b09a1
1 changed files with 17 additions and 8 deletions
|
|
@ -14,6 +14,8 @@
|
||||||
Var TelephoneNumber = ""
|
Var TelephoneNumber = ""
|
||||||
Var TelephoneNumberX = ""
|
Var TelephoneNumberX = ""
|
||||||
|
|
||||||
|
Var TimeOutPlay = 0
|
||||||
|
|
||||||
If show_eng = "true" Then
|
If show_eng = "true" Then
|
||||||
Var DirImage = "ROOT/taobin_project/image/collect_point1_en"
|
Var DirImage = "ROOT/taobin_project/image/collect_point1_en"
|
||||||
Play "ROOT/taobin_project/sound_eng/Reward_final.mp3"
|
Play "ROOT/taobin_project/sound_eng/Reward_final.mp3"
|
||||||
|
|
@ -86,13 +88,6 @@
|
||||||
|
|
||||||
Var CountDownBrewing = BREW_CNT
|
Var CountDownBrewing = BREW_CNT
|
||||||
|
|
||||||
; run test;
|
|
||||||
;If CountDownBrewing = 40 Then
|
|
||||||
; Open "ROOT/taobin_project/xml/page_drinkok.xml"
|
|
||||||
;EndIf
|
|
||||||
;If CountDownBrewing = 0 Then
|
|
||||||
; Open "ROOT/taobin_project/xml/page_drinkok.xml"
|
|
||||||
;EndIf
|
|
||||||
|
|
||||||
Var ShowCountDownBrewing = CountDownBrewing
|
Var ShowCountDownBrewing = CountDownBrewing
|
||||||
|
|
||||||
|
|
@ -100,6 +95,20 @@
|
||||||
StrLen TelephoneNumber TelNumLen
|
StrLen TelephoneNumber TelNumLen
|
||||||
If TelNumLen > 0 Then
|
If TelNumLen > 0 Then
|
||||||
Var ShowTextNumber = "Invisible"
|
Var ShowTextNumber = "Invisible"
|
||||||
|
|
||||||
|
Else
|
||||||
|
; Add
|
||||||
|
Var TimeOutPlay = TimeOutPlay + 1
|
||||||
|
If TimeOutPlay > 10 Then
|
||||||
|
Var TimeOutPlay = 0
|
||||||
|
If show_eng = "true" Then
|
||||||
|
Play "ROOT/taobin_project/sound_eng/Reward_final.mp3"
|
||||||
|
Else
|
||||||
|
Play "ROOT/taobin_project/sound_thai/dontforget_number.mp3"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
;
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
DEBUGVAR Timeout
|
DEBUGVAR Timeout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue