taobin_project/video/script1.ev

22 lines
455 B
Text
Raw Normal View History

2022-11-22 15:24:12 +07:00
Var MainfileSize = 0
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
DEBUGVAR MainfileSize
2022-12-09 17:13:41 +07:00
If MainfileSize = 12369225 Then
2022-12-02 23:09:23 +07:00
2022-12-09 17:13:41 +07:00
Var EventTurnOn = 1
2022-12-02 23:09:23 +07:00
2022-12-09 17:13:41 +07:00
If SystemDateMonthInt = 1 Then
2022-12-02 23:09:23 +07:00
2022-12-09 17:13:41 +07:00
If SystemDateDayInt > 5 Then
2022-11-22 15:24:12 +07:00
Var EventTurnOn = 0
EndIf
EndIf
2022-12-02 23:09:23 +07:00
2022-11-22 15:24:12 +07:00
If EventTurnOn = 1 Then
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
EndIf
EndIf