Make a button visable given multiple conditions

Create two variables, both initialized to 0. When listview 2 is clicked, change one variable to 1. When listview 3 is clicked, change the other variable to 1. Then check to see if the variables’ values are both 1.

2 Likes