Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
a simple question.
How to show/hide (i.1.) 10 text objects pressing a single button?
(without adding 10 different Set Variable actions...)
thx
Have all text objects set with single variable either show or hide from your button. Not needed of 10 different variables.
Hi,
If the condition for show/hide all the text box is same then use one Variable and set that value to 1 on clicking the button. Add the Conditional expression for textbox when variable value is 1.
Try this attached ?
thanks all,
I can't use only a single variable because I must be able to hide/show a single text object separately, using a dedicated variable.