Displaying image based on four toggles

bpitman wrote:

Whew!!!

Hmm, when a veteran says that, I'm not sure if I should be proud or worried.

bpitman wrote:

2. Create an empty text box out of the way. Attach the actions:On Hide b=1On Show b=0Then by toggling the text box visibility using the Toggle Visibility action, you flip flop the value of b.

Eeeeeenteresting. I had not considered using a text box as a toggle state. I'll look more into this.

bpitman wrote:

On a different note, you will likely run into problems with your Add Variables group because you are trying to keep a running total. I wrote code for 20 years before getting into training. If there is one thing I can tell you it is that running totals are VERY prone to bugs. Your best bet is to clear the total to 0 and add all the variables to it in one single group. In effect, you recalculate the total from 0. I thought I did that with my Initialize intState action. Did I place it in the wrong place? Is there something that won't quite work out?Kevin

Discussions have been disabled for this post