Buttons play more than once

How did you set up this display?I usually use the function Hide/Show. This way you press the button more then once and each time you press it, it either shows or hides the textbox, depending on its current state.An alternative would be to use 3 buttons with actions attached to them. For example: button1 SHOWs text1, HIDEs text2 and HIDEs text3. Button2 SHOWs text2, HIDEs text1 and so on....Try it out for yourself!

Discussions have been disabled for this post