685 yuzu incomming
This commit is contained in:
parent
78c2f504fb
commit
1616007459
7 changed files with 44 additions and 18 deletions
Binary file not shown.
BIN
image/page_doing/brewing_txt_adv2.png
Normal file
BIN
image/page_doing/brewing_txt_adv2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
image/page_doing/brewing_txt_adv2_en.png
Normal file
BIN
image/page_doing/brewing_txt_adv2_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
BIN
video/brewing_adv1.mp4
Executable file
BIN
video/brewing_adv1.mp4
Executable file
Binary file not shown.
|
|
@ -64,7 +64,8 @@
|
||||||
Var bn_get_lid_image = "ROOT/taobin_project/image/page_doing/bn_get_lid_en.png"
|
Var bn_get_lid_image = "ROOT/taobin_project/image/page_doing/bn_get_lid_en.png"
|
||||||
Var bp_get_lid_image = "ROOT/taobin_project/image/page_doing/bp_get_lid_en.png"
|
Var bp_get_lid_image = "ROOT/taobin_project/image/page_doing/bp_get_lid_en.png"
|
||||||
|
|
||||||
Var dir_page_doing = "ROOT/taobin_project/image/page_doing/brewing_txt_adv1_en.png"
|
Var brew_txt2 = "ROOT/taobin_project/image/page_doing/brewing_txt_adv2_en.png"
|
||||||
|
Var brew_txt1 = "ROOT/taobin_project/image/page_doing/brewing_txt_adv1_en.png"
|
||||||
|
|
||||||
Var XStraw = 336
|
Var XStraw = 336
|
||||||
Else
|
Else
|
||||||
|
|
@ -86,7 +87,8 @@
|
||||||
Var bn_get_lid_image = "ROOT/taobin_project/image/page_doing/bn_get_lid.png"
|
Var bn_get_lid_image = "ROOT/taobin_project/image/page_doing/bn_get_lid.png"
|
||||||
Var bp_get_lid_image = "ROOT/taobin_project/image/page_doing/bp_get_lid.png"
|
Var bp_get_lid_image = "ROOT/taobin_project/image/page_doing/bp_get_lid.png"
|
||||||
|
|
||||||
Var dir_page_doing = "ROOT/taobin_project/image/page_doing/brewing_txt_adv1.png"
|
Var brew_txt2 = "ROOT/taobin_project/image/page_doing/brewing_txt_adv2.png"
|
||||||
|
Var brew_txt1 = "ROOT/taobin_project/image/page_doing/brewing_txt_adv1.png"
|
||||||
|
|
||||||
Var XStraw = 382
|
Var XStraw = 382
|
||||||
EndIf
|
EndIf
|
||||||
|
|
@ -296,11 +298,11 @@
|
||||||
|
|
||||||
|
|
||||||
If adver_brewing_en = 1 Then
|
If adver_brewing_en = 1 Then
|
||||||
Var adver_brewing_play_index = 1
|
Var adver_brewing_playing = 1
|
||||||
Var adver_brewing_count_down = 12
|
Var adver_brewing_play_index = 2
|
||||||
|
Var adver_brewing_count_down = 10
|
||||||
Var VideoPlayFile = "ROOT/taobin_project/image/page_doing/tao_adv1.png"
|
Var VideoPlayFile = "ROOT/taobin_project/image/page_doing/tao_adv1.png"
|
||||||
|
Var PictureFile = brew_txt1
|
||||||
Var PictureFile = dir_page_doing
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
Var CampaignEnable = 0
|
Var CampaignEnable = 0
|
||||||
|
|
@ -1011,21 +1013,45 @@
|
||||||
; animation video loop
|
; animation video loop
|
||||||
If AnimationOn = "true" Then
|
If AnimationOn = "true" Then
|
||||||
|
|
||||||
If adver_brewing_play_index = 1 Then
|
If adver_brewing_playing = 1 Then
|
||||||
|
|
||||||
DEBUGVAR adver_brewing_count_down
|
If adver_brewing_play_index = 2 Then
|
||||||
If adver_brewing_count_down > 0 Then
|
DEBUGVAR adver_brewing_count_down
|
||||||
Var adver_brewing_count_down = adver_brewing_count_down - 1
|
|
||||||
|
|
||||||
|
|
||||||
Var PictureFile = dir_page_doing
|
|
||||||
|
|
||||||
|
If adver_brewing_count_down > 0 Then
|
||||||
|
Var adver_brewing_count_down = adver_brewing_count_down - 1
|
||||||
|
|
||||||
|
|
||||||
|
Var PictureFile = brew_txt1
|
||||||
|
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If adver_brewing_count_down = 0 Then
|
||||||
|
Var adver_brewing_play_index = 1
|
||||||
|
Var adver_brewing_count_down = 20
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If adver_brewing_count_down = 0 Then
|
If adver_brewing_play_index = 1 Then
|
||||||
Var adver_brewing_play_index = 0
|
DEBUGVAR adver_brewing_count_down
|
||||||
|
|
||||||
|
If adver_brewing_count_down > 0 Then
|
||||||
|
Var adver_brewing_count_down = adver_brewing_count_down - 1
|
||||||
|
|
||||||
|
Var VideoPlayFile = "ROOT/taobin_project/video/brewing_adv1.mp4"
|
||||||
|
|
||||||
|
Var PictureFile = brew_txt2
|
||||||
|
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If adver_brewing_count_down = 0 Then
|
||||||
|
Var adver_brewing_play_index = 0
|
||||||
|
Var adver_brewing_playing = 0
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
DEBUGVAR VideoPlayFile
|
||||||
|
|
||||||
Else
|
Else
|
||||||
Var CountUpBrewing = CountUpBrewing + 1
|
Var CountUpBrewing = CountUpBrewing + 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -516,7 +516,7 @@
|
||||||
Var block_index_override = 0
|
Var block_index_override = 0
|
||||||
Var block_index_move = 0
|
Var block_index_move = 0
|
||||||
</Script>
|
</Script>
|
||||||
; menu_new_list 35
|
; menu_new_list 36
|
||||||
; ==================> Len = 16
|
; ==================> Len = 16
|
||||||
; - 12-05-02-0007 12-05-03-0007
|
; - 12-05-02-0007 12-05-03-0007
|
||||||
<Block>
|
<Block>
|
||||||
|
|
|
||||||
|
|
@ -106,8 +106,8 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "6.84"
|
Var XMLPageVersion = "6.85"
|
||||||
Var XMLPageVersionInt = 684
|
Var XMLPageVersionInt = 685
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
||||||
<Text>
|
<Text>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue