Activating a hotspot carries out the action associated with it, such as opening a program or switching pages.
To activate all hotspots on an edit layer:
· Use the IN_ActivateAllHotspots function.
To activate a single hotspot:
· Use the IN_ActivateHotspot function.
The hotspots with the specified ID carry out the defined action.
To receive notifications a hotspot is activated:
· Normally, register the NotifyHotspotActivated notification.
· If using the "Highlight Hotspot Range=size" keyname in the [View] section of the Imagenation INI file, register the NotifyHotspotHighlight notification.
· If activating pre-release 3.6 hotspots, register the NotifyHSAHotspotActivated notification.
Back to: Using hotspots
See also