taobin_project/xml/sometime/page_play_may_day_delay.xml
2023-08-25 21:27:45 +07:00

28 lines
469 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>
Var Timeout3 = Timeout3 + 1
DEBUGVAR Timeout3
If Timeout3 > 2 Then
Var Timeout3 = 0
RootLayoutVisible 3 "show"
Open "ROOT/taobin_project/xml/sometime/page_play_may_day.xml"
EndIf
TimerReset
</EventTimeout>
</Popup>