UAE_DUBAI: init country
This commit is contained in:
parent
1a0f26142a
commit
ea2100c65d
1593 changed files with 153846 additions and 2 deletions
37
inter/uae_dubai/video/script_video.ev
Normal file
37
inter/uae_dubai/video/script_video.ev
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
Var MainfileSize = 0
|
||||
Var EventTurnOn = 0
|
||||
|
||||
|
||||
|
||||
DEBUGVAR MainfileSize
|
||||
If SystemDateMonthInt = 12 Then
|
||||
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 9267190 Then
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If SystemDateMonthInt = 1 Then
|
||||
If SystemDateDayInt < 3 Then
|
||||
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 9267190 Then
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR EventTurnOn
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
Var CountDownShowButton = 0
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_event.mp4"
|
||||
Else
|
||||
Var CountDownShowButton = 0
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main.mp4"
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue