alternate click states
I have a project whose buttons animate pretty heavily on interaction. So, when you mouse over a button, it increases in scale, and has two states per button – i have figured that out with your help.
My next big question, pertains to the orange buttons found in the "let me" explore section of this site:
www.straightlinenyc.com/introduction/launch.html
If you mouse over the orange buttons (only the ones that pop alone, if they pop with another bubble somewhere, those are the wrong ones) it pops up with the appropriate words inside, as you see, when you click on these, they change to give you a definition of that word, and when you click again it goes back.
I guess my question is, should i use a boolean to accomplish this? the click state change makes sense to me, but the second click is kind of throwing me for a loop.
I just need some help in how to approach these? If i was not clear enough, just let me know, and i will try to be more specific.