Skip to main content
Participant
July 16, 2014
Answered

Linking multiple images to one rollover hotspot. Multiple hotspots on one slide.

  • July 16, 2014
  • 1 reply
  • 243 views

Does anyone know if there is a widget or work around or something that will allow me to do this? My job depends on it

Thanks!

    This topic has been closed for replies.
    Correct answer RodWard

    As long as you're not worried about output to HTML5, the Event Handler widget is probably your best bet:

    http://www.infosemantics.com.au/adobe-captivate-widgets/event-handler-interactive

    I think what you're probably trying to do is have multiple images appear or disappear when a user mouses over a given hot spot. Is that correct?  If so, then all you really need is a single Event Handler widget attached to a highlight box set to 0% Alpha (to make it act as a transparent hotspot).  You can execute one Advanced Action to SHOW the images via the On Success event set to Roll Over, and a different Advanced Action set to the Roll Out even on the Failure side of the widget to HIDE all the same images.  Set the widget preference to Reset Success Fail Criteria on Action so that you can perform the mouseover and mouseout actions repeatedly.

    You can even stack multiple widgets onto a single object, each widget can be set to listen for a different mouse event and do something different depending on what the user does.

    1 reply

    RodWard
    Community Expert
    RodWardCommunity ExpertCorrect answer
    Community Expert
    July 17, 2014

    As long as you're not worried about output to HTML5, the Event Handler widget is probably your best bet:

    http://www.infosemantics.com.au/adobe-captivate-widgets/event-handler-interactive

    I think what you're probably trying to do is have multiple images appear or disappear when a user mouses over a given hot spot. Is that correct?  If so, then all you really need is a single Event Handler widget attached to a highlight box set to 0% Alpha (to make it act as a transparent hotspot).  You can execute one Advanced Action to SHOW the images via the On Success event set to Roll Over, and a different Advanced Action set to the Roll Out even on the Failure side of the widget to HIDE all the same images.  Set the widget preference to Reset Success Fail Criteria on Action so that you can perform the mouseover and mouseout actions repeatedly.

    You can even stack multiple widgets onto a single object, each widget can be set to listen for a different mouse event and do something different depending on what the user does.

    Participant
    July 17, 2014

    Thanks, I figured out a pretty hack work around for this without the widget but its not ideal.  I also looked into the Event Handler widget, do you know of anything comparable that's free?