taobin_project/video/script1.ev

26 lines
503 B
Text
Raw Normal View History

2022-11-22 15:24:12 +07:00
Var MainfileSize = 0
2023-03-26 21:19:33 +07:00
DEBUGVAR BoxID
2023-05-27 22:13:57 +07:00
If SystemDateMonthInt = 6 Then
2023-03-24 23:55:55 +07:00
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
DEBUGVAR MainfileSize
2023-05-27 22:13:57 +07:00
If MainfileSize = 7184295 Then
2023-03-24 23:55:55 +07:00
2023-03-28 14:44:43 +07:00
Var EventTurnOn = 1
2023-02-03 19:08:51 +07:00
EndIf
2023-03-26 21:19:33 +07:00
EndIf
2023-03-28 14:44:43 +07:00
2023-05-27 22:13:57 +07:00
If BoxID = 173149 Then
Var EventTurnOn = 1
EndIf
If BoxID = 172644 Then
Var EventTurnOn = 1
EndIf
2023-03-26 21:19:33 +07:00
If EventTurnOn = 1 Then
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
2023-03-28 14:44:43 +07:00
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
2022-11-22 15:24:12 +07:00
EndIf