06-12-2011 06:56 PM
Also, since you only have two states, doing all that song and dance with hiding and showing seems rather silly, right?
The entire system has only two states!
To represent the two states, all you need is a single switch action button: ON is state 1 and OFF is state 2. Mka the two boolean texts and colors different. On the diagram, generate the relevant two booleans needed in the code according to the button state of the singe button.
(If you really want to show two switches, create pictures of the two for each of the desired states (1 or 2) and import them into the button face.)
06-12-2011 07:20 PM