Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 968b821

Browse files
author
livecodesam
authored
Update movieTouched.lcdoc
1 parent 16134dd commit 968b821

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dictionary/message/movieTouched.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Platforms: mobile
1616

1717
Example:
1818
on movieTouched
19-
stop me
19+
play stop
2020
end movieTouched
2121

2222
Description:
@@ -27,12 +27,12 @@ The <movieTouched> message is sent to the object whose script started
2727
the movie playing.
2828

2929
The principal purpose of the <movieTouched> message is to allow the
30-
<stop> command to be used to stop the movie when the screen is touched.
30+
<play|play stop> command to be used to stop the movie when the screen is touched.
3131

3232
>*Note:* The <movieTouched> message is not sent if the video is played
3333
> with the <showController> property set to true.
3434

35-
References: stop (command), play video (command),
35+
References: play (command), play video (command),
3636
showController (property)
3737

3838
Tags: ui

0 commit comments

Comments
 (0)