Displaying image based on four toggles

UpdateWell, I have my structure created. I'll post my structure at the end, in case anyone is bored enough to critique it (or find it useful for his own needs). I do have one problem, though.I'm not sure how to set up a toggle. I have an Action Group that I call "Set Select." It has two actions:Set Select Var True - Set blnSelect = 1 if blnSelect = 0.Set Select Var False - Set blnSelect = 0 if blnSelect = 1.As you can tell, I'm running into a timing problem. The blnSelect will always return 1. If it starts as 1, then it changes to 0, but then the second command changes it back to 1. If I were using 2007, I know I could create an If/Else statement. Instead, I must rely upon my wits. Since I'm stuck, I must rely on someone else's wits. *grin* Any suggestions on setting the variable?And if anyone is bored enough to see what I plan to do once I get this working, I'll post it below:(Action Group) Set Select Set Select Var True: Sets blnSelect = 1 Set Select Var False: Sets blnSelect = 0(Action Bold) Set Bold Set Bold Var True: Sets blnBold = 2 Set Bold Var False: Sets blnBold = 0(Action Group) Hide All Hide 0: Hides Image 0 Hide 1: Hides Image 1 Hide 2: Hides Image 2 Hide 3: Hides Image 3(Action Group) Add Variables Add blnSelect: Adds blnSelect value to intState Add blnBold: Adds blnBold value to intState(Action Group) Show Table Show 0: Show Image 0 if intState = 0 Show 1: Show Image 1 if intState = 1 Show 2: Show Image 2 if intState = 2 Show 3: Show Image 3 if intState = 3(On keystroke or mouse click) Toggle Select Run Hide All Run Set Select Initialize intState: Set intState = 0 Run Add Variables Run Show Table(On keystroke or mouse click) Toggle Bold Run Hide All Run Set Bold Initialize intState: Set intState = 0 Run Add Variables Run Show TableIf anyone has opinions of that, I'd be interested in hearing them. For now, I'm really interested in getting the toggle (Set Select) to work. I'm hoping that what I have planned for this page will work beautifully, but I'm open to criticism from more experienced designers.KevinEdited By: Kevin Elmore on 2007-3-12 16:26:14

Discussions have been disabled for this post