790
Chapter 14: Properties
Example
The following statement checks the tempo used in the current frame. In this case, the tempo is 15
frames per second.
-- Lingo syntax
put(_movie.frameTempo)
// JavaScript syntax
put(_movie.frameTempo);
See also
Movie
,
puppetTempo()
frameTransition
Usage
-- Lingo syntax
_movie.frameTransition
// JavaScript syntax
_movie.frameTransition;
Description
Movie property; specifies the number of the transition cast member assigned to the current frame.
Read/write only during a Score recording session to specify transitions.
Example
When used in a Score recording session, this statement makes the cast member Fog the transition
for the frame that Lingo is currently recording:
-- Lingo syntax
_movie.frameTransition = member("Fog")
// JavaScript syntax
_movie.frameTransition = member("Fog");
See also
Movie
front
Usage
member(
whichCastmember
).modelResource(
whichModelResource
).front
Description
3D
#box
model resource property; indicates whether the side of the box intersected by its -Z axis
is sealed (
TRUE
) or open (
FALSE
).
The default value for this property is
TRUE
.
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...