Hi, Pkallonis,
1. you need to create 3 button images (for each state) in any graphic editor.
2. place the images on the master slide in the z-order: disabled - normal - mouseover
3. set initial display state for normal and mouseover images "no"
4. set up action on normal button on mouseover event:
DISPLAY (mouseover button ID, display)
5. set up actions on mouseover button:
- mouseout:
DISPLAY (mouseover button ID, hide)
- click:
DISPLAY (mouseover button ID, hide)
DISPLAY (normal button ID, hide)
GOTO (first slide ID)
Hi, Pkallonis,
1. you need to create 3 button images (for each state) in any graphic editor.
2. place the images on the master slide in the z-order: disabled - normal - mouseover
3. set initial display state for normal and mouseover images "no"
4. set up action on normal button on mouseover event:
DISPLAY (mouseover button ID, display)
5. set up actions on mouseover button:
- mouseout:
DISPLAY (mouseover button ID, hide)
- click:
DISPLAY (mouseover button ID, hide)
DISPLAY (normal button ID, hide)
GOTO (first slide ID)