serialNumber
985
selStart
Usage
-- Lingo syntax
selStart
// JavaScript syntax
selStart;
Description
Cast member property; specifies the starting character of a selection. It is used with
selEnd
to
identify a selection in the current editable field, counting from the beginning character.
This property can be tested and set. The default value is 0.
Example
These statements select “cde” from the field “abcdefg”:
-- Lingo syntax
selStart = 3
selEnd = 5
// JavaScript syntax
selStart = 2;
selEnd = 4;
This statement makes a selection 20 characters long:
-- Lingo syntax
selEnd = se 20
// JavaScript syntax
selEnd = se 20;
See also
selection() (function)
,
selEnd
,
text
serialNumber
Usage
-- Lingo syntax
_player.serialNumber
// JavaScript syntax
_player.serialNumber;
Description
Movie property; a string containing the serial number entered when Director was installed.
Read-only.
This property is available in the authoring environment only. It could be used in a movie in a
window (MIAW) tool that is personalized to show the user’s information.
Summary of Contents for DIRECTOR MX 2004
Page 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Page 48: ...48 Chapter 2 Director Scripting Essentials...
Page 100: ...100 Chapter 4 Debugging Scripts in Director...
Page 118: ...118 Chapter 5 Director Core Objects...
Page 594: ...594 Chapter 12 Methods...
Page 684: ...684 Chapter 14 Properties See also DVD...
Page 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Page 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Page 1102: ...1102 Chapter 14 Properties...