DO songkan

This commit is contained in:
kong 2023-03-24 23:55:55 +07:00
parent 7a41166f22
commit 644657be88
28 changed files with 437 additions and 323 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,22 +1,18 @@
Var MainfileSize = 0
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 12988884 Then
If SystemDateMonthInt = 4 Then
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 8071197 Then
Var EventTurnOn = 0
If SystemDateMonthInt = 2 Then
If SystemDateDayInt < 15 Then
Var EventTurnOn = 1
Var EventTurnOn = 1
If EventTurnOn = 1 Then
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
EndIf
EndIf
If EventTurnOn = 1 Then
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
EndIf
EndIf

View file

@ -3,12 +3,12 @@ Var MainfileSize = 0
GetFileSizeK "taobin_project/video/taobin_thank1_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 3939597 Then
If EventTurnOn = 1 Then
If EventTurnOn = 1 Then
If MainfileSize = 7539282 Then
Var video_file_name = "ROOT/taobin_project/video/taobin_thank1_event.mp4"
EndIf
EndIf
DEBUGVAR video_file_name

Binary file not shown.