982
Chapter 14: Properties
// JavaScript syntax
_player.searchPathList = list("Hard Drive:Director:Projects:",
"CDROM:Sources:");
See also
Player
,
searchCurrentFolder
selectedButton
Usage
-- Lingo syntax
dvdObjRef
.selectedButton
// JavaScript syntax
dvdObjRef
.selectedButton;
Description
DVD property; returns the index of the button that currently has focus. Read-only.
See also
DVD
selectedText
Usage
-- Lingo syntax
memberObjRef
.selectedText
// JavaScript syntax
memberObjRef
.selectedText;
Description
Text cast member property; returns the currently selected chunk of text as a single object
reference. This allows access to font characteristics as well as to the string information of the
actual characters.
Example
The following handler displays the currently selected text being placed in a local variable object.
Then that object is used to reference various characteristics of the text, which are detailed in the
Message window.
--Lingo syntax
property spriteNum
on mouseUp(me)
mySelectionObject = sprite(spriteNum).member.selectedText
put(mySelectionObject.text)
put(mySelectionObject.font)
put(mySelectionObject.fontSize)
put(mySelectionObject.fontStyle)
end
Содержание DIRECTOR MX 2004-DIRECTOR SCRIPTING
Страница 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Страница 48: ...48 Chapter 2 Director Scripting Essentials...
Страница 100: ...100 Chapter 4 Debugging Scripts in Director...
Страница 118: ...118 Chapter 5 Director Core Objects...
Страница 594: ...594 Chapter 12 Methods...
Страница 684: ...684 Chapter 14 Properties See also DVD...
Страница 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Страница 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Страница 889: ...netPresent 889 _player alert Sorry the Network Support Xtras could not be found See also Player...
Страница 1102: ...1102 Chapter 14 Properties...