You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set _menu_stroke 1 156 77 20 200 ;touch_set_stroke $_menu_stroke
24
28
set _menu_sel_bg "156 77 20 180"
25
29
set _menu_bg "0 0 0 180"
@@ -30,7 +34,7 @@ set _menu_click_cnd media/launch_select1.wav
30
34
set _menu_click_cnd_back media/launch_upmenu1.wav
31
35
set _menu_vibrate_value 30
32
36
// Alias commands
33
-
alias _erase_frame "touch_removebutton _menu_*; touch_setclientonly 0; set touch_move_indicator $touch_indicator_value; unalias _erase_frame"
37
+
alias _erase_frame "touch_removebutton _menu_*; touch_setclientonly 0; set touch_move_indicator $touch_indicator_value; set _menu_opened 0; unalias _erase_frame"
34
38
alias _reset_menu "touch_removebutton _menu_*; touch_setclientonly 0"
35
39
alias _click_cnd "play $_menu_click_cnd ; vibrate $_menu_vibrate_value"
36
40
alias _click_cnd_back "play $_menu_click_cnd_back ; vibrate $_menu_vibrate_value"
@@ -39,9 +43,9 @@ alias _closemenu_3 "touch_removebutton _menu_*_my_menu-3-*; touch_removebutton _
39
43
alias _closemenu_4 "touch_removebutton _menu_*_my_menu-4-*; touch_removebutton _menu_*_my_menu-5-*; alias _closemenu_4 \"\""
40
44
alias _closemenu_5 "touch_removebutton _menu_*_my_menu-5-*; alias _closemenu_5 \"\""
41
45
// Movement buttons
42
-
if $menu_move_enable >= 1 // Enable/Disable _menu_move when value=1 or hinger
46
+
if $menu_move_enable >= 1 // Enable/Disable _menu_move when value=1 or higher
0 commit comments