Lingo Dictionary > O-R > pointInHyperlink() |
![]() ![]() ![]() |
pointInHyperlink()
Syntax
sprite(
whichSpriteNumber
).pointInHyperlink(point)
pointInHyperlink(sprite
whichSpriteNumber
, point)
Description
Text sprite function; returns a value (TRUE
or FALSE
) that indicates whether the specified point is within a hyperlink in the text sprite. Typically, the point used is the cursor position. This is useful for setting custom cursors.
See also
![]() ![]() ![]() |