SetMouseOverCallback()

Syntax:

SetMouseOverCallback( MOHSCallback )

Parameters:

MOHSCallback – A function to call when the mouse cursor is over a hotspot in the QuickTime VR object. The function must take one parameter. This parameter is required.

Remarks:

This function will set a callback script function to be called when the mouse cursor is over a hotspot in the QuickTime VR object.

The callback function must take a single parameter. In the callback function this parameter will be an object with two members:

nID – the ID of the hotspot that the mouse is over in a particular node.

bEntering – True if the mouse has just entered the hotspot, false if it is exiting the hotspot.

image\Script_Button.jpgExamples