update script video inter
This commit is contained in:
parent
f8fa3021fb
commit
1c714d4c0b
6 changed files with 65 additions and 6 deletions
5
inter/aus/video/script_thank.ev
Normal file
5
inter/aus/video/script_thank.ev
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
SAVELOG "For change size this file."
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
|
||||
EndIf
|
||||
22
inter/aus/video/script_video.ev
Normal file
22
inter/aus/video/script_video.ev
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Var MainfileSize = 0
|
||||
Var EventTurnOn = 0
|
||||
DEBUGVAR MainfileSize
|
||||
If SystemDateMonthInt = 10 Then
|
||||
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 13119511 Then
|
||||
Var EventTurnOn = 1
|
||||
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/aus/video/video_main.mp4"
|
||||
EndIf
|
||||
5
inter/mys/video/script_thank.ev
Normal file
5
inter/mys/video/script_thank.ev
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
SAVELOG "For change size this file."
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
|
||||
EndIf
|
||||
14
inter/mys/video/script_video.ev
Normal file
14
inter/mys/video/script_video.ev
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Var MainfileSize = 0
|
||||
Var EventTurnOn = 0
|
||||
DEBUGVAR MainfileSize
|
||||
|
||||
|
||||
DEBUGVAR EventTurnOn
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
|
||||
Else
|
||||
Var CountDownShowButton = 0
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/inter/common/video/video_main.mp4"
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue