puppetTransition()
481
puppetTransition()
Usage
-- Lingo syntax
_movie.puppetTransition(
memberObjRef
)
_movie.puppetTransition(
int
{,
time
} {,
size
} {,
area
})
// JavaScript syntax
_movie.puppetTransition(
memberObjRef
);
_movie.puppetTransition(
int
{,
time
} {,
size
} {,
area
});
Description
Movie method; performs the specified transition between the current frame and the next frame.
To use an Xtra transition cast member, use the
puppetTransition(
memberObjRef
)
syntax.
To use a built-in Director transition, replace
int
with a value in the following table. Replace
time
with the number of quarter seconds used to complete the transition. The minimum value is 0; the
maximum is 120 (30 seconds). Replace
size
with the number of pixels in each chunk of the
transition. The minimum value is 1; the maximum is 128. Smaller chunk sizes yield smoother
transitions but are slower.
Code
Transition
Code
Transition
01
Wipe right
27
Random rows
02
Wipe left
28
Random columns
03
Wipe down
29
Cover down
04
Wipe up
30
Cover down, left
05
Center out, horizontal
31
Cover down, right
06
Edges in, horizontal
32
Cover left
07
Center out, vertical
33
Cover right
08
Edges in, vertical
34
Cover up
09
Center out, square
35
Cover up, left
10
Edges in, square
36
Cover up, right
11
Push left
37
Venetian blinds
12
Push right
38
Checkerboard
13
Push down
39
Strips on bottom, build left
14
Push up
40
Strips on bottom, build right
15
Reveal up
41
Strips on left, build down
16
Reveal up, right
42
Strips on left, build up
17
Reveal right
43
Strips on right, build down
18
Reveal down, right
44
Strips on right, build up
19
Reveal down
45
Strips on top, build left
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...