taobin_project/xml/sometime/page_play_may_day.xml
2023-09-05 09:09:08 +07:00

40 lines
679 B
XML

<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
<Background> "0x000001" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
Var Timeout3 = 0
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
If GotoStoreCredit0 = 1 Then
RootLayoutVisible 3 "hide"
Open "ROOT/taobin_project/xml/topview2.xml"
EndIf
Var Timeout3 = Timeout3 + 1
DEBUGVAR Timeout3
If Timeout3 > 5 Then
RootLayoutVisible 3 "hide"
Open "ROOT/taobin_project/xml/topview2.xml"
EndIf
TimerReset
</EventTimeout>
<Video>
<X> 0 </X>
<Y> 392 </Y>
<Width> 1080</Width>
<Height> 1528 </Height>
<Filename> VideoFileNameInstance3 </Filename>
</Video>
</Popup>