I’m making an ‘instructions’ screen for an app, and I wanted to make it like this:
How to play
Lore Ipsum dolor sit amet
I have four such rows. All of them are working fine except for one: I’m unable to set the visibility of a label to either true or false.
My code:
I know that the code is executing, though, because I put a set label’s text block inside the Image2 click event, and the text appeared in the label I chose.
This is odd, since the same code(with different labels) is working with all the other images. Why is this happening? Or rather, why is this not happening?
Ohhhh, I never knew that the not block created the opposite of a value. That’s really cool! I always used if else statements, but this will be great and quick!