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

Commit c65c861

Browse files
author
livecodesam
committed
[Bugfix-19892] Clarify reverse play behaviour for playStopped
1 parent 84b9176 commit c65c861

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/dictionary/message/playStopped.lcdoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ Handle the <playStopped> <message> if you want to perform a task when a
2626
movie or sound finishes playing.
2727

2828
The <playStopped> <message> is sent when the movie or sound reaches its
29-
end, or when a play stop <command> <execute|executes>. If the user
30-
pauses the movie or sound, the <playPaused> <message> is sent instead.
29+
end when playing forwards, the movie of sound reaches its beginning if it
30+
is playing backwards, or when a play stop <command> <execute|executes>.
31+
If the user pauses the movie or sound, the <playPaused> <message> is sent
32+
instead.
3133

3234
When an audio clip or video clip is playing, a temporary player is
3335
created for it. When the clip is finished, the <playStopped> <message>

docs/notes/bugfix-19892.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Clarified in the playStopped entry that it is sent when a clip plays backwards to the beginning.

0 commit comments

Comments
 (0)