This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathhotspotClicked.lcdoc
More file actions
58 lines (42 loc) · 1.7 KB
/
hotspotClicked.lcdoc
File metadata and controls
58 lines (42 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Name: hotspotClicked
Type: message
Syntax: hotspotClicked <pHotspotID>
Summary:
Sent to a player containing a <QuickTime VR> movie when the user clicks
one of the movie's hot spots.
Associations: player
Introduced: 1.0
OS: mac
Platforms: desktop
Example:
on hotSpotClicked theNode -- show a text description
if theNode is among the lines of the clickableNodes of me then
put line theNode of field "Tips" into field "Display"
end if
end hotspotClicked
Parameters:
pHotspotID:
The ID of the QuickTime VR hot spot that was clicked.
Description:
Handle the <hotspotClicked> <message> if you want to perform some
additional action when the user clicks a hot spot in a <QuickTime VR>
movie.
Each hot spot of a QuickTime VR movie is a clickable link, usually from
one node to another. The movie author sets the hot spots during
development of the movie. The user clicks a hot spot in the player to
activate the link.
If the user navigates to another node by clicking a hot spot in the
QuickTime VR movie, a <nodeChanged> <message> is sent after the
<hotspotClicked> <message>.
Changes:
The use of <QuickTime> was deprecated in version 8.1 of LiveCode with
new defaults for <dontUseQT> and <dontUseQTEffects> as true on all
systems apart from pre OS X 10.8. The Windows build of LiveCode no
longer supports any <QuickTime> features and setting the <dontUseQT> and
<dontUseQTEffects> will have no effect. Additionally <QuickTime> does
not include 64 bit support and therefore can not be supported on OS X 64
bit builds of LiveCode.
References: QuickTime VR (glossary), message (glossary),
nodeChanged (message), QTDebugStr (message), hotspots (property),
dontUseQT (property), dontUseQTEffects (property)
Tags: multimedia