szef Posted August 14 Share Posted August 14 (edited) As title says. I want one button open some menu, and disappears, then click exit button closing that menu (by different button) - and first button again shows up... I think it is doable?? Thanks to lefreut: onopen " showButton = true " button { enabled "showButton" ... action " showButton = false " } button { ... action " showButton = true " } Edited August 14 by szef Quote Link to comment
Morgoth Posted August 15 Share Posted August 15 For anyone wondering, Lefreut's suggestion: onopen " showButton = true " button { enabled "showButton" ... action " showButton = false " } button { ... action " showButton = true " } Quote Link to comment
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.