ก้าวกระโดด พ่อง

This commit is contained in:
kong 2023-02-06 22:14:33 +07:00
parent 0363752771
commit f674ab9573
15 changed files with 435 additions and 447 deletions

View file

@ -231,7 +231,7 @@
TimerReset
</EventTimeout>
<EventLanguageChange>
<EventLanguageOnChange>
DEBUGVAR LanguageShow
If LanguageShow = "ENG" Then
Var DirImage2 = "ROOT/taobin_project/image/drink_option_en/"
@ -243,7 +243,7 @@
Var DirImageAlter = "ROOT/taobin_project/image/page3_2/"
EndIf
RefreshAll
</EventLanguageChange>
</EventLanguageOnChange>
; under line
@ -284,7 +284,7 @@
</EventClick>
</Button>
<Button>
<LangSwitch>
<X> 1000 </X>
<Y> 381 </Y>
<Filename> show_btn </Filename>
@ -292,19 +292,9 @@
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
; eng
If show_eng = "true" Then
Var show_eng = "false"
Var text_unavailable = "หมด###size=32"
Else
Var show_eng = "true"
Var text_unavailable = "UNAVAILABLE###size=16"
EndIf
Open CurrentXMLFileName2
;
</EventClick>
</Button>
</LangSwitch>