Hi,
i have no idea if this is supposed to be like this, but i have 3 checkboxes and i want if all 3 are checked let a message appear for example. My idea was simply to button1 is checked add 1 to global variable "counter"
and then if "counter" equal 3 BING MESSAGE appears. But the message appears if only 1 checkbox is checked after some time. I tested for example setting "counter" equal to 100 as a condition. The same thing, after some time, the message appears. This is because
button1 is checked add 1 to global variable "counter"
adds value 1 to the variable all the time and not just one time as i wish it would? Any ideas about how to fix this? Is this a bug or is it supposed to be like this? I tested it with displaying the variable in a text field and i was growing and growing....
Thanks for your time and help,
unknown1111