forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdone.lcdoc
More file actions
26 lines (15 loc) · 641 Bytes
/
Copy pathdone.lcdoc
File metadata and controls
26 lines (15 loc) · 641 Bytes
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
Name: done
Type: constant
Syntax: done
Summary: Equivalent to the <string> "done".
Introduced: 1.0
OS: mac,windows,linux,ios,android
Platforms: desktop,server,web,mobile
Example:
wait until the sound is done
Example:
if the sound is done then go next
Description:
The <done> <constant> is <return|returned> by the <sound> and <movie> <function|functions> to indicate that no <audio clip> or <video clip> is currently playing.
References: string (keyword), constant (command), beep (command), sound (function), movie (function), audio clip (glossary), function (glossary), return (glossary), video clip (glossary)
Tags: multimedia