spiralNow
This commit is contained in:
parent
e4302019dc
commit
f8a56c6948
9 changed files with 480 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<EventOpen>
|
||||
Var MachineSpiralStage = ""
|
||||
Var SpiralOption = 0
|
||||
Var SpiralSoftwareVersion = "1.11"
|
||||
Var SpiralSoftwareVersion = "1.12"
|
||||
Var ColorBrown = 0x746253
|
||||
Var ColorBrown2 = 0x513C2F
|
||||
|
||||
|
|
@ -127,6 +127,21 @@
|
|||
Var MenuSpiral1 = "PressForever"
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
If SetSpiralOnline = 1 Then
|
||||
Var Menu1Selected = "Invisible"
|
||||
Var Menu2Selected = "Invisible"
|
||||
Var Menu3Selected = "Invisible"
|
||||
Var Menu4Selected = "Invisible"
|
||||
Var Menu5Selected = "Invisible"
|
||||
Var Menu6Selected = "Invisible"
|
||||
Var Menu7Selected = "Invisible"
|
||||
Var Menu8Selected = "Invisible"
|
||||
Var Menu11Selected = "Invisible"
|
||||
Var Menu21Selected = "Invisible"
|
||||
Var Menu22Selected = "Invisible"
|
||||
EndIf
|
||||
</EventOpen>
|
||||
|
||||
|
||||
|
|
@ -207,9 +222,14 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
If SpiralOnline = "true" Then
|
||||
|
||||
If SpiralOnline = "true" Then
|
||||
If Seeker = "curr" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
If SetSpiralOnline = 1 Then
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/spiral/xml/page_catalog_vending_machine.xml"
|
||||
EndIf
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue