taobin_project/inter/tha/video/script_video.ev

38 lines
939 B
Text
Raw Normal View History

2024-11-05 11:41:47 +07:00
Var MainfileSize = 0
Var EventTurnOn = 0
DEBUGVAR MainfileSize
If SystemDateMonthInt = 12 Then
GetFileSizeK "taobin_project/inter/tha/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/tha/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/tha/video/video_main_event.mp4"
Else
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/inter/tha/video/video_main.mp4"
EndIf