THAI INTER: Add condition close tab_menu, condition to close langs switch btn, case invalid spiral,Add image
This commit is contained in:
parent
7b94c55437
commit
40dbe26715
13 changed files with 1625 additions and 1511 deletions
76
xml/page_spiral_invalid_failed.xml
Normal file
76
xml/page_spiral_invalid_failed.xml
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
;<Sound> "ROOT/taobin_project/sounds/chaching.mp3" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
|
||||
Var Timeout = 0
|
||||
Var ShowSwapVDO = "ROOT/taobin_project/spiral/video/sp01.mp4"
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
If Timeout > 3 Then
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
|
||||
<EventActionOk>
|
||||
</EventActionOk>
|
||||
|
||||
<Image>
|
||||
<X> 89 </X>
|
||||
<Y> 700 </Y>
|
||||
<Width> 902 </Width>
|
||||
<Height> 902 </Height>
|
||||
<Filename> "ROOT/taobin_project/spiral/image/page_spiral/spiral_fail.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 84 </X>
|
||||
<Y> 1314 </Y>
|
||||
<Width> 911 </Width>
|
||||
<Height> 265 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/smoothie/proccess/bg_empty.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 0 </X>
|
||||
<Y> 1344 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 85 </Height>
|
||||
<Align> Center </Align>
|
||||
<Language>
|
||||
<ID> 002430 </ID>
|
||||
</Language>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> 0 </X>
|
||||
<Y> 1430 </Y>
|
||||
<Align> Center </Align>
|
||||
<Language>
|
||||
<ID> 002431 </ID>
|
||||
</Language>
|
||||
</Text>
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue