forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmotionEnd.xml
More file actions
61 lines (45 loc) · 1.39 KB
/
Copy pathmotionEnd.xml
File metadata and controls
61 lines (45 loc) · 1.39 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
58
59
60
61
<doc>
<legacy_id></legacy_id>
<name>motionEnd</name>
<type>message</type>
<syntax>
<example>motionEnd <i>motion</i></example>
</syntax>
<synonyms>
</synonyms>
<summary>Sent when a motion ends</summary>
<examples>
<example><p>on motionEnd</p><p> stopDice <i>-- stops the animation when the user stops the motion</i></p><p>end motionEnd</p></example>
</examples>
<history>
<introduced version="4.5.2">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
</history>
<objects>
</objects>
<platforms>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
</classes>
<security>
</security>
<classification>
<category>User Interaction</category>
</classification>
<references>
<message tag="motionStart">motionStart Message</message>
<message tag="motionRelease">motionRelease Message</message>
</references>
<description>
<overview>Handle the <b>motionEnd</b> message to perform an action when a motion stops.</overview>
<parameters>
<parameter>The <i>motion</i> is the type of motion detected by the device.</parameter>
</parameters>
<value></value>
<comments>The <b>motionEnd</b> message is send to the current card of the defaultStack when the end of a motion is detected by the device.<p></p><p></p><note>As of iPhoneOS 3.0 the only motion that is generated is "shake".</note></comments>
</description>
</doc>