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 TelephoneNumberX = ""
|
||||
|
||||
Var TimeOutPlay = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/collect_point1_en"
|
||||
Play "ROOT/taobin_project/sound_eng/Reward_final.mp3"
|
||||
|
|
@ -86,20 +88,27 @@
|
|||
|
||||
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
|
||||
|
||||
|
||||
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
If TelNumLen > 0 Then
|
||||
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
|
||||
|
||||
DEBUGVAR Timeout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue