Do many file
This commit is contained in:
parent
3e12cbfb27
commit
d17f87bf5d
9 changed files with 35 additions and 25 deletions
|
|
@ -1314,7 +1314,8 @@
|
|||
If AnimationOn = "true" Then
|
||||
|
||||
If adver_brewing_playing = 1 Then
|
||||
|
||||
|
||||
DEBUGVAR adver_brewing_play_index
|
||||
If adver_brewing_play_index = 2 Then
|
||||
DEBUGVAR adver_brewing_count_down
|
||||
|
||||
|
|
@ -1339,6 +1340,7 @@
|
|||
|
||||
If adver_brewing_play_index = 1 Then
|
||||
DEBUGVAR adver_brewing_count_down
|
||||
DEBUGVAR brew_vdo2
|
||||
|
||||
If adver_brewing_count_down > 0 Then
|
||||
Var adver_brewing_count_down = adver_brewing_count_down - 1
|
||||
|
|
@ -1346,7 +1348,7 @@
|
|||
If brew_vdo2 = "" Then
|
||||
Var VideoPlayFile = "ROOT/taobin_project/video/brewing_adv3.mp4"
|
||||
Else
|
||||
Var brew_vdo2 = VideoPlayFile
|
||||
Var VideoPlayFile = brew_vdo2
|
||||
EndIf
|
||||
Var PictureFile = brew_txt2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue