scriptText
977
Example
This statement displays the number of the script attached to sprite 4:
put sprite(4).scriptNum
See also
scriptInstanceList
scriptsEnabled
Usage
-- Lingo syntax
memberObjRef
.scriptsEnabled
// JavaScript syntax
memberObjRef
.scriptsEnabled;
Description
Director movie cast member property; determines whether scripts in a linked movie are enabled
(
TRUE
or 1) or disabled (
FALSE
or 0).
This property is available for linked Director movie cast members only.
This property can be tested and set.
Example
This statement turns off scripts in the linked movie Jazz Chronicle:
-- Lingo syntax
member("Jazz Chronicle").scriptsEnabled = FALSE
// JavaScript syntax
member("Jazz Chronicle").scriptsEnabled = 0;
scriptText
Usage
-- Lingo syntax
memberObjRef
.scriptText
// JavaScript syntax
memberObjRef
.scriptText;
Description
Member property; indicates the content of the script, if any, assigned to a cast member.
Read/write.
The text of a script is removed when a movie is converted to a projector, protected, or compressed
for Shockwave Player. Such movies then lose their values for the
scriptText
property. Therefore,
the movie’s
scriptText
property values cannot be retrieved when the movie is played back by a
projector. However, Director can set new values for the
scriptTex
property inside the projector.
These newly assigned scripts are automatically compiled so that they execute quickly.
Содержание DIRECTOR MX 2004
Страница 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...