forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhotspotClicked.xml
More file actions
44 lines (44 loc) · 2.16 KB
/
Copy pathhotspotClicked.xml
File metadata and controls
44 lines (44 loc) · 2.16 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
<doc>
<legacy_id>1075</legacy_id>
<name>hotspotClicked</name>
<type>message</type>
<syntax>
<example>hotspotClicked <i>hotspotID</i></example>
</syntax>
<library></library>
<objects>
<player/>
</objects>
<synonyms>
</synonyms>
<classification>
<category>User Interaction</category>
<category>Images & Multimedia</category>
</classification>
<references>
<property tag="hotspots">hotspots Property</property>
<message tag="nodeChanged">nodeChanged Message</message>
<message tag="QTDebugStr">QTDebugStr Message</message>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
</classes>
<security>
</security>
<summary>Sent to a player containing a <glossary tag="QuickTime VR">QuickTime VR</glossary> movie when the user clicks one of the movie's hot spots.</summary>
<examples>
<example>on hotSpotClicked theNode <code><i>-- show a text description</i></code></p><p> if theNode is among the lines of the clickableNodes of me then</p><p> put line theNode of field "Tips" into field "Display"</p><p> end if</p><p>end hotspotClicked</example>
</examples>
<description>
<p>Handle the <b>hotspotClicked</b> <keyword tag="message box">message</keyword> if you want to perform some additional action when the user clicks a hot spot in a <glossary tag="QuickTime VR">QuickTime VR</glossary> movie.</p><p/><p><b>Parameters:</b></p><p>The <i>hotspotID</i> is the ID of the <glossary tag="QuickTime VR">QuickTime VR</glossary> hot spot that was clicked.</p><p/><p><b>Comments:</b></p><p>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.</p><p/><p>If the user navigates to another node by clicking a hot spot in the QuickTime VR movie, a <b>nodeChanged</b> <keyword tag="message box">message</keyword> is sent after the <b>hotspotClicked</b> <keyword tag="message box">message</keyword>.</p>
</description>
</doc>