Change status of two objects simultaneously
Hi all,
Context:
I have three buttons on the left side on the slide and an image on the right. I would like for the user to be able to hover over one of the buttons and to change the state of both the button (RollOver) and the state of the image.
Failed option 1:
Of course I tried to include the states of the image within the states of the buttons. But since I have three buttons, I'd get three images (normal state) on top of each other. This doesn't really help with the quality.
Failed option 2:
I used the famous event handler widget. Upon hovering the button I called an advanced action that changes both the status of the button as the image. This way I only have to use the one image. However, when I hover over the button, both the button and image start flickering.
Question:
Is it at all possible to change the states of two objects upon hovering over one of them?
