fix bug video.inc
This commit is contained in:
parent
e8148c2786
commit
89b8dbad3a
5 changed files with 2874 additions and 171 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -45,6 +45,8 @@ DEBUGVAR CurrentTotalCupInt
|
|||
Var XMLLiveInfoEnable = 1
|
||||
; xml verson 8.72
|
||||
|
||||
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Var XMLLiveInfoEnable = 0
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -19,7 +19,11 @@
|
|||
Var XMLFileVideo = "true"
|
||||
DEBUGVAR XMLFileVideo
|
||||
|
||||
|
||||
Var SoldCupStage = "Enable"
|
||||
If CountryName = "Singapore" Then
|
||||
Var SoldCupStage = "Invisible"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
|
@ -52,117 +56,63 @@
|
|||
<X> 39 </X>
|
||||
<Y> 450 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sold_cup/rectangle.png" </Filename>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
<State> SoldCupStage </State>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 148 </X>
|
||||
<Y> 450 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sold_cup/rectangle.png" </Filename>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
<State> SoldCupStage </State>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 257 </X>
|
||||
<Y> 450 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sold_cup/rectangle.png" </Filename>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
<State> SoldCupStage </State>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 383 </X>
|
||||
<Y> 450 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sold_cup/rectangle.png" </Filename>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
<State> SoldCupStage </State>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 492 </X>
|
||||
<Y> 450 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sold_cup/rectangle.png" </Filename>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
<State> SoldCupStage </State>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 601 </X>
|
||||
<Y> 450 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sold_cup/rectangle.png" </Filename>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
<State> SoldCupStage </State>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 730 </X>
|
||||
<Y> 450 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sold_cup/rectangle.png" </Filename>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
<State> SoldCupStage </State>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 839 </X>
|
||||
<Y> 450 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sold_cup/rectangle.png" </Filename>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
<State> SoldCupStage </State>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 948 </X>
|
||||
<Y> 450 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sold_cup/rectangle.png" </Filename>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
<State> SoldCupStage </State>
|
||||
</Image>
|
||||
|
||||
<FlipNumber>
|
||||
|
|
@ -177,13 +127,9 @@
|
|||
<Duration> 1500 </Duration>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<Value> SoldCupDigit[0] </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</FlipNumber>
|
||||
|
||||
<FlipNumber>
|
||||
|
|
@ -198,13 +144,9 @@
|
|||
<Duration> 1500 </Duration>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<Value> SoldCupDigit[1] </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</FlipNumber>
|
||||
|
||||
<FlipNumber>
|
||||
|
|
@ -219,13 +161,9 @@
|
|||
<Duration> 1500 </Duration>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<Value> SoldCupDigit[2] </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</FlipNumber>
|
||||
|
||||
<FlipNumber>
|
||||
|
|
@ -240,13 +178,9 @@
|
|||
<Duration> 1500 </Duration>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<Value> SoldCupDigit[3] </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</FlipNumber>
|
||||
|
||||
<FlipNumber>
|
||||
|
|
@ -261,13 +195,9 @@
|
|||
<Duration> 1500 </Duration>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<Value> SoldCupDigit[4] </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</FlipNumber>
|
||||
|
||||
<FlipNumber>
|
||||
|
|
@ -282,13 +212,9 @@
|
|||
<Duration> 1500 </Duration>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<Value> SoldCupDigit[5] </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</FlipNumber>
|
||||
|
||||
<FlipNumber>
|
||||
|
|
@ -303,13 +229,9 @@
|
|||
<Duration> 1500 </Duration>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<Value> SoldCupDigit[6] </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</FlipNumber>
|
||||
|
||||
<FlipNumber>
|
||||
|
|
@ -324,13 +246,9 @@
|
|||
<Duration> 1500 </Duration>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<Value> SoldCupDigit[7] </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</FlipNumber>
|
||||
|
||||
<FlipNumber>
|
||||
|
|
@ -345,13 +263,9 @@
|
|||
<Duration> 1500 </Duration>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<Value> SoldCupDigit[8] </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</FlipNumber>
|
||||
|
||||
<Text>
|
||||
|
|
@ -362,13 +276,9 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> HeadlineColor </Color>
|
||||
<Value> cups_sold_text </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
|
|
@ -380,13 +290,9 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> HeadlineColor </Color>
|
||||
<Value> "," </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
|
|
@ -398,13 +304,9 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> HeadlineColor </Color>
|
||||
<Value> "," </Value>
|
||||
<State> eval(
|
||||
If CountryName = "Singapore" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
|
||||
<State> SoldCupStage </State>
|
||||
|
||||
</Text>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue