MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 592

Director scripting reference
Table of Contents

Advertisement

writeReturn()
Usage
-- Lingo syntax
fileioObjRef.writeReturn()
// JavaScript syntax
fileioObjRef.writeReturn();
Description
Fileio method; Inserts a line return in a file.
Parameters
None.
See also
Fileio
writeString()
Usage
-- Lingo syntax
fileioObjRef.writeString(string)
// JavaScript syntax
fileioObjRef.writeString(string)
Description
Fileio method; Writes a null-terminated string to a file.
Parameters
Required. The string to write to a file.
string
See also
Fileio
xtra()
Usage
-- Lingo syntax
xtra(xtraNameOrNum)
// JavaScript syntax
xtra(xtraNameOrNum);
Description
Top level function; returns an instance of a specified Xtra.
A reference to an empty object is returned if the specified Xtra is not found.
To see an example of
Learning/Lingo folder inside the Director application folder.
592
Chapter 12: Methods
used in a completed movie, see the Read and Write Text movie in the
xtra

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents