DO may day and adv
This commit is contained in:
parent
e25a3c1fed
commit
47be11dcef
24 changed files with 420 additions and 185 deletions
28
xml/sometime/page_play_may_day_delay.xml
Normal file
28
xml/sometime/page_play_may_day_delay.xml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue