522
quickTimeVersion()
Syntax
quickTimeVersion()
Description
Function; returns a floating-point value that identifies the current installed version of QuickTime
and replaces the current
QuickTimePresent
function.
In Windows, if multiple versions of QuickTime 3.0 or later are installed,
quickTimeVersion()
returns the latest version number. If a version before QuickTime 3.0 is installed,
quickTimeVersion()
returns version number 2.1.2 regardless of the version installed.
Example
This statement uses
quickTimeVersion()
to display in the Message window the version of
QuickTime that is currently installed:
put quickTimeVersion()
quit
Syntax
quit
Description
Command; exits from Director or a projector to the Windows desktop or Macintosh Finder.
Example
This statement tells the computer to exit to the Windows desktop or Macintosh Finder when the
user presses Q in Windows or Q on the Macintosh:
if the key = "q" and the commandDown then quit
See also
restart
,
shutDown
QUOTE
Syntax
QUOTE
Description
Constant; represents the quotation mark character and refers to the literal quotation mark
character in a string, because the quotation mark character itself is used by Lingo scripts to
delimit strings.
Example
This statement inserts quotation mark characters in a string:
put "Can you spell" && QUOTE & "Macromedia" & QUOTE & "?"
The result is a set of quotation marks around the word Macromedia:
Can you spell "Macromedia"?
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...