cuePointNames
713
Example
Although you typically inspect the
creationDate
property using the Property inspector or the
Cast window list view, you can check it in the Message window:
-- Lingo syntax
put(member(1).creationDate)
// JavaScript syntax
put(member(1).creationDate);
See also
Member
crop
Usage
member(
whichCastMember
).crop
the crop of member
whichCastMember
Description
Cast member property; scales a digital video cast member to fit exactly inside the sprite rectangle
in which it appears (
FALSE
), or it crops but doesn’t scale the cast member to fit inside the sprite
rectangle (
TRUE
).
This property can be tested and set.
Example
This statement instructs Lingo to crop any sprite that refers to the digital video cast member
Interview.
Dot syntax:
member("Interview").crop = TRUE
Verbose syntax:
set the crop of member "Interview" to TRUE
See also
center
cuePointNames
Usage
-- Lingo syntax
memberObjRef
.cuePointNames
// JavaScript syntax
memberObjRef
.cuePointNames;
Description
Cast member property; creates list of cue point names, or if a cue point is not named, inserts an
empty string (
""
) as a placeholder in the list. Cue point names are useful for synchronizing sound,
QuickTime, and animation.
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...