Lingo Dictionary > G-K > getHotSpotRect()

 

getHotSpotRect()

Syntax

sprite(whichQTVRSprite).getHotSpotRect(hotSpotID)
getHotSpotRect(whichQTVRSprite, hotSpotID)

Description

QuickTime VR function; returns an approximate bounding rectangle for the hot spot specified by hotSpotId. If the hot spot doesn't exist or isn't visible on the Stage, this function returns rect(0, 0, 0, 0). If the hot spot is partially visible, this function returns the bounding rectangle for the visible portion.