AUS: Added new video Frying Turtle thankyou save world & enable pay button when not enough & update pay button
This commit is contained in:
parent
c9f3a8b1e4
commit
8f43971039
6 changed files with 14 additions and 8 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.5 KiB |
BIN
inter/aus/video/frying_turtle_save_world.mp4
Normal file
BIN
inter/aus/video/frying_turtle_save_world.mp4
Normal file
Binary file not shown.
|
|
@ -1,6 +1,12 @@
|
|||
SAVELOG "For change size this file."
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
GetFileSizeK "taobin_project/inter/aus/video/frying_turtle_save_world.mp4" ThankyouFileSize
|
||||
DEBUGVAR ThankyouFileSize
|
||||
If ThankyouFileSize = 6285202 Then
|
||||
Var video_file_name = "ROOT/taobin_project/inter/aus/video/frying_turtle_save_world.mp4"
|
||||
EndIf
|
||||
|
||||
If EventNewYear = 1 Then
|
||||
|
||||
GetFileSizeK "taobin_project/inter/aus/video/taobin_thank1_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Var MainfileSize = 0
|
||||
Var EventTurnOn = 0
|
||||
Var EventNewYear = 0
|
||||
Var EventAO = 0
|
||||
Var StPatrickEvent = 0
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ If SystemDateMonthInt = 12 Then
|
|||
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 9267190 Then
|
||||
Var EventTurnOn = 1
|
||||
Var EventNewYear = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ If SystemDateMonthInt = 1 Then
|
|||
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 9267190 Then
|
||||
Var EventTurnOn = 1
|
||||
Var EventNewYear = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -45,9 +45,9 @@ If SystemDateMonthInt = 3 Then
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
DEBUGVAR EventTurnOn
|
||||
DEBUGVAR EventNewYear
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
If EventNewYear = 1 Then
|
||||
Var CountDownShowButton = 0
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_event.mp4"
|
||||
|
|
|
|||
|
|
@ -193,11 +193,11 @@
|
|||
|
||||
If Seeker.IntVendingCredit > 0 Then
|
||||
SAVELOG "Cash only IntVendingCredit"
|
||||
Var PayWithCreditCardState = "Disable"
|
||||
Var PayWithCreditCardState = "Enable"
|
||||
Var PayWithTaoCreditState = "Disable"
|
||||
Var PayWithCouponState = "Disable"
|
||||
Var PayWithAUBState = "Disable"
|
||||
Var PayWithFatzebraState = "Disable"
|
||||
Var PayWithFatzebraState = "Enable"
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue