taobin_project/video/script1.ev
2023-02-03 19:08:51 +07:00

22 lines
454 B
Text

Var MainfileSize = 0
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 12988884 Then
Var EventTurnOn = 0
If SystemDateMonthInt = 2 Then
If SystemDateDayInt < 15 Then
Var EventTurnOn = 1
EndIf
EndIf
If EventTurnOn = 1 Then
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
EndIf
EndIf