Skip to main content
Inspiring
October 1, 2015
Question

Change color of other shapes when mouse over a shape

  • October 1, 2015
  • 1 reply
  • 203 views

I need to change the color of other shapes when hovering over a shape.  How can this be done?

    This topic has been closed for replies.

    1 reply

    RodWard
    Community Expert
    Community Expert
    October 1, 2015

    There is currently no event available from a mouseover in Captivate except for the Rollover Slidelet and there is no solution for HTML5 output unless you can program in JavaScript.

    For SWF content you can:

    • Place the hit area of a rollover slidelet over the top of your Shape object and use that to trigger an advanced action.  or
    • Use the Infosemantics Event Handler widget to  listen for rollover and rollout events on the shape object and then use the ON Success event of the widget to trigger advanced actions.