kitxi15
(Javi Soto)
#1
Hi community!
I need to do something simple:
-
If I click button1 for the first time, set visible true one label.
-
If I click again the button1 (secon time), set visible false the label.
I don’t know how to do the step 2. I can’t found it. Someone can help me?
Thanks 
Initiate a variable and make it 0 (zero).
On click of button add +1 to the variable.
When variable = 1, set.label.visible=true
When variable = 2, set.label.visible=false
Set.variable=0
1 Like
kitxi15
(Javi Soto)
#3
Perfect, now it works how I wanted.
Lots of thanks plantdoc2018 
1 Like
Boban
(Boban Stojmenovic)
#4
Why make an easy thing so difficult

/Boban
10 Likes
system
(system)
Closed
#5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.