1080 1920 "0xffffff" SoundVolume
Var Timeout = 0
Var TimeoutTarget = 10
Var ImgDir = "ROOT/taobin_project/image/event/lucky_draw_ads/"
Var Extension = ".png"
Var Show_QR_Popup_State = "Invisible"
Var Text_X = 207
Var Text_Y = 1470
If show_eng = "true" Then
Var Extension = "_en.png"
Var Text_X = 233
Var Text_Y = 1468
EndIf
If LanguageShow = "MYANMAR" Then
Var Extension = "_mmr.png"
Var Text_X = 233
Var Text_Y = 1468
EndIf
1000
Var Timeout = Timeout + 1
If Timeout > TimeoutTarget Then
; Go back to lid straw page
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
EndIf
TimerReset
;include="ROOT/taobin_project/inc/video.inc"
; Background
0 380 "ROOT/taobin_project/image/display_point/alpha.png"
; Popup bg
157 480 Var( ImgDir + "popup_bg.png" ) Text_X Text_Y
eval(
Var return = ImgDir + "text"
Var return = return + Extension
)
; Background QR Popup
0 380 Show_QR_Popup_State "ROOT/taobin_project/image/display_point/alpha.png" 300 816 Show_QR_Popup_State Var( ImgDir + "qr_popup.png" )
Open "ROOT/taobin_project/xml/sometime/page_campaign_ads_lucky_draw.xml"