Hotspot.SetProperties

Hotspot.SetProperties (

string ObjectName,

table Properties )

Example 1

-- Change the tooltip text in use by a hotspot object
Hotspot.SetProperties("Hotspot1", {TooltipText = "I am a tooltip!!"});

Change the tooltip text of the hotspot object 'Hotspot1'.

See also: Related Actions