video happy new year. aus and mys

This commit is contained in:
wanlop run 2023-12-20 10:22:17 +07:00
parent 496769d95c
commit c873a02cdf
16 changed files with 98 additions and 58 deletions

View file

@ -1,14 +1,36 @@
Var MainfileSize = 0
Var EventTurnOn = 0
DEBUGVAR MainfileSize
DEBUGVAR MainfileSize
If SystemDateMonthInt = 12 Then
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 9203607 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 = 9203607 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/common/video/video_main.mp4"
EndIf
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main.mp4"
EndIf