Hi all. I'm assuming this is a pretty basic thing I'm trying to do, but so far all my searching hasn't turned up anything. I'm trying to figure out how to have a 2D image hotspot change when someone hovers over it. (For example, a map of rooms in a house, and each room highlights when you mouse over it or the image gets replaced with a different one).
Can someone point me in the right direction? Thanks!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Attach the Event Runner component to it, and define a set of Hotspot/Select and Hotspot/Deselect events - assigning the Hotspot in each so that the events only fire when this given Hotspot is selected/deselected.
You can then configure ActionLists to run when these events are fired - e.g. to play an animation (Object: Animate) or shows a sprite (Object: Visibility).
Worked like a charm! Thank you!