Roll-over images
April 17, 2009 12:00 AM
I figured it out....this is what I need to do for each type of button
Hover Buttons
Q: How do I create a hover button that shows text when on and disappears text when off?
A:
1. Create a text box
a. Label it so it’s easy to distinguish between other text boxes (Button name = Button 1 and Text name = Text 1)
b. Make sure the check box is clicked off for Initially visible
2. Create a button
a. Set Action to “None”
3. Click on the button in the tree.
4. Click on the Action Clip Board
a. Set to On: mouse enter Action: show Target: Text 1
5. Click on the Action Clip Board
a. Set to On: mouse exit Action: hide Target: Text 1
On/Off Buttons
Q: How do I create an on/off button that shows text when on and disappears text when off?
A:
1. Create a text box
a. Label it so it’s easy to distinguish between other text boxes (Button name = Button 1 and Text name = Text 1)
b. Make sure the check box is clicked off for Initially visible
2. Create a button
a. Set Action to “Toggle Visibility State”
b. Set Target to [name of text box]
Discussions have been disabled for this post