DO
This commit is contained in:
parent
9cae57703e
commit
3402045148
10 changed files with 0 additions and 146 deletions
BIN
adv/taobin_adv_10.mp4
Executable file → Normal file
BIN
adv/taobin_adv_10.mp4
Executable file → Normal file
Binary file not shown.
BIN
adv/taobin_adv_15.mp4
Executable file → Normal file
BIN
adv/taobin_adv_15.mp4
Executable file → Normal file
Binary file not shown.
BIN
adv/taobin_adv_20.mp4
Executable file → Normal file
BIN
adv/taobin_adv_20.mp4
Executable file → Normal file
Binary file not shown.
BIN
adv/taobin_adv_menu2_10.mp4
Executable file → Normal file
BIN
adv/taobin_adv_menu2_10.mp4
Executable file → Normal file
Binary file not shown.
BIN
adv/taobin_adv_menu2_15.mp4
Executable file → Normal file
BIN
adv/taobin_adv_menu2_15.mp4
Executable file → Normal file
Binary file not shown.
BIN
adv/taobin_adv_menu2_20.mp4
Executable file → Normal file
BIN
adv/taobin_adv_menu2_20.mp4
Executable file → Normal file
Binary file not shown.
BIN
adv/taobin_adv_menu_10.mp4
Executable file → Normal file
BIN
adv/taobin_adv_menu_10.mp4
Executable file → Normal file
Binary file not shown.
BIN
adv/taobin_adv_menu_15.mp4
Executable file → Normal file
BIN
adv/taobin_adv_menu_15.mp4
Executable file → Normal file
Binary file not shown.
BIN
adv/taobin_adv_menu_20.mp4
Executable file → Normal file
BIN
adv/taobin_adv_menu_20.mp4
Executable file → Normal file
Binary file not shown.
|
|
@ -3256,152 +3256,6 @@
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;-BEGIN
|
|
||||||
;
|
|
||||||
;-BEGIN Lid straw
|
|
||||||
<Block>
|
|
||||||
<Width> 986 </Width>
|
|
||||||
<Height> 240 </Height>
|
|
||||||
<MarginTop> 20 </MarginTop>
|
|
||||||
<State> ShowLidStraw </State>
|
|
||||||
<Image>
|
|
||||||
<Filename> bg_strawlid </Filename>
|
|
||||||
</Image>
|
|
||||||
|
|
||||||
; straw left
|
|
||||||
<Button>
|
|
||||||
<X> 40 </X>
|
|
||||||
<Y> 72 </Y>
|
|
||||||
<State> StrawState </State>
|
|
||||||
<Mode> "No" </Mode>
|
|
||||||
<Filename> "ROOT/taobin_project/image/topping2/bn_straw.png" </Filename>
|
|
||||||
<FilenamePress> "ROOT/taobin_project/image/topping2/bp_straw.png" </FilenamePress>
|
|
||||||
<FilenameDisable> "ROOT/taobin_project/image/topping2/bd_straw.png" </FilenameDisable>
|
|
||||||
<EventClick>
|
|
||||||
SAVELOG "Click straw cb"
|
|
||||||
If StrawState = "Press" Then
|
|
||||||
Var StrawState = "Enable"
|
|
||||||
|
|
||||||
Var Seeker.thankStrawFlag = 0
|
|
||||||
|
|
||||||
Else
|
|
||||||
Var StrawState = "Press"
|
|
||||||
|
|
||||||
Var Seeker.thankStrawFlag = 1
|
|
||||||
|
|
||||||
EndIf
|
|
||||||
Refresh
|
|
||||||
</EventClick>
|
|
||||||
</Button>
|
|
||||||
|
|
||||||
<Button>
|
|
||||||
<X> 896 </X>
|
|
||||||
<Y> 79 </Y>
|
|
||||||
<State> StrawState </State>
|
|
||||||
<Mode> "No" </Mode>
|
|
||||||
<Filename> "ROOT/taobin_project/image/topping2/cb_notcheck.png" </Filename>
|
|
||||||
<FilenamePress> "ROOT/taobin_project/image/topping2/cb_checked.png" </FilenamePress>
|
|
||||||
<FilenameDisable> Var( DirImage + "/cb_checkdis.png" ) </FilenameDisable>
|
|
||||||
<EventClick>
|
|
||||||
SAVELOG "Click straw cb"
|
|
||||||
If StrawState = "Press" Then
|
|
||||||
Var StrawState = "Enable"
|
|
||||||
|
|
||||||
Var Seeker.thankStrawFlag = 0
|
|
||||||
|
|
||||||
Else
|
|
||||||
Var StrawState = "Press"
|
|
||||||
|
|
||||||
Var Seeker.thankStrawFlag = 1
|
|
||||||
|
|
||||||
EndIf
|
|
||||||
Refresh
|
|
||||||
</EventClick>
|
|
||||||
</Button>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
; LID left
|
|
||||||
<Button>
|
|
||||||
<X> 40 </X>
|
|
||||||
<Y> 148 </Y>
|
|
||||||
<State> LidState </State>
|
|
||||||
<Mode> "No" </Mode>
|
|
||||||
<Filename> "ROOT/taobin_project/image/topping2/bn_lid.png" </Filename>
|
|
||||||
<FilenamePress> "ROOT/taobin_project/image/topping2/bp_lid.png" </FilenamePress>
|
|
||||||
<FilenameDisable> Var( DirImage + "/bd_lid.png" ) </FilenameDisable>
|
|
||||||
<EventClick>
|
|
||||||
SAVELOG "Click LID pic"
|
|
||||||
If LidState = "Press" Then
|
|
||||||
Var LidState = "Enable"
|
|
||||||
|
|
||||||
Var Seeker.thankLidFlag = 0
|
|
||||||
|
|
||||||
Else
|
|
||||||
Var LidState = "Press"
|
|
||||||
|
|
||||||
Var Seeker.thankLidFlag = 1
|
|
||||||
|
|
||||||
EndIf
|
|
||||||
|
|
||||||
|
|
||||||
DEBUGVAR SugarState1
|
|
||||||
Refresh
|
|
||||||
|
|
||||||
</EventClick>
|
|
||||||
</Button>
|
|
||||||
|
|
||||||
<Button>
|
|
||||||
<X> 896 </X>
|
|
||||||
<Y> 155 </Y>
|
|
||||||
<State> LidState </State>
|
|
||||||
<Mode> "No" </Mode>
|
|
||||||
<Filename> "ROOT/taobin_project/image/topping2/cb_notcheck.png" </Filename>
|
|
||||||
<FilenamePress> "ROOT/taobin_project/image/topping2/cb_checked.png" </FilenamePress>
|
|
||||||
<FilenameDisable> Var( DirImage + "/cb_checkdis.png" ) </FilenameDisable>
|
|
||||||
<EventClick>
|
|
||||||
SAVELOG "Click LID cb"
|
|
||||||
If LidState = "Press" Then
|
|
||||||
Var LidState = "Enable"
|
|
||||||
|
|
||||||
Var Seeker.thankLidFlag = 0
|
|
||||||
|
|
||||||
Else
|
|
||||||
Var LidState = "Press"
|
|
||||||
|
|
||||||
Var Seeker.thankLidFlag = 1
|
|
||||||
|
|
||||||
EndIf
|
|
||||||
Refresh
|
|
||||||
</EventClick>
|
|
||||||
</Button>
|
|
||||||
|
|
||||||
<Image>
|
|
||||||
<State> StrawDeactiveButton </State>
|
|
||||||
<X> 602 </X>
|
|
||||||
<Y> 64 </Y>
|
|
||||||
<Filename> Var( DirImage + "/text20.png" ) </Filename>
|
|
||||||
</Image>
|
|
||||||
|
|
||||||
|
|
||||||
<Image>
|
|
||||||
<State> LidDeactiveButton </State>
|
|
||||||
<X> 602 </X>
|
|
||||||
<Y> 150 </Y>
|
|
||||||
<Filename> Var( DirImage + "/text21.png" ) </Filename>
|
|
||||||
</Image>
|
|
||||||
|
|
||||||
</Block>
|
|
||||||
|
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue