1042
Chapter 14: Properties
timeScale
Usage
member(
whichCastMember
).timeScale
the timeScale of member
whichCastMember
Description
Cast member property; returns the time unit per second on which the digital video’s frames are
based. For example, a time unit in a QuickTime digital video is 1/600 of a second.
This property can be tested but not set.
See also
digitalVideoTimeScale
title (DVD)
Usage
-- Lingo syntax
dvdObjRef
.title
// JavaScript syntax
dvdObjRef
.title;
Description
DVD property; specifies the current title. Read/write.
This property returns an integer that specifies the number of the current title.
Example
This statement returns the current title:
-- Lingo syntax
trace (member(1).title) -- 1
// JavaScript syntax
trace (member(1).title); // 1
See also
DVD
title (Window)
Usage
-- Lingo syntax
windowObjRef
.title
// JavaScript syntax
windowObjRef
.title;
Description
Window property; assigns a title to a window. Read/write.
Summary of Contents for DIRECTOR MX 2004-DIRECTOR SCRIPTING
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...