Add sound engine and just
This commit is contained in:
parent
be860e4c5c
commit
691a292501
49 changed files with 837 additions and 368 deletions
|
|
@ -4,7 +4,6 @@
|
|||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<Sound> "ROOT/sounds/pleaseWait.wav" </Sound>
|
||||
<EventOpen>
|
||||
; On open
|
||||
Var LidState = "Invisible"
|
||||
|
|
@ -31,6 +30,8 @@
|
|||
If LidState = "Enable"
|
||||
Var lid_straw_bg_iamge = DirImage + "/img3.png"
|
||||
EndIf
|
||||
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Wait_a_moment.mp3"
|
||||
|
||||
Else
|
||||
Var DirImage = "ROOT/taobin_project/image/page_lid_straw"
|
||||
|
|
@ -42,6 +43,8 @@
|
|||
If LidState = "Enable"
|
||||
Var lid_straw_bg_iamge = DirImage + "/img3.png"
|
||||
EndIf
|
||||
|
||||
Play "ROOT/sounds/pleaseWait.wav"
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue