File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,10 @@ Handle the <playStopped> <message> if you want to perform a task when a
2626movie or sound finishes playing.
2727
2828The <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
3234When an audio clip or video clip is playing, a temporary player is
3335created for it. When the clip is finished, the <playStopped> <message>
Original file line number Diff line number Diff line change 1+ # Clarified in the playStopped entry that it is sent when a clip plays backwards to the beginning.
You can’t perform that action at this time.
0 commit comments