flipV
777
flipH
Usage
-- Lingo syntax
spriteObjRef
.flipH
// JavaScript syntax
spriteObjRef
.flipH;
Description
Sprite property; indicates whether a sprite’s image has been flipped horizontally on the Stage
(
TRUE
) or not (
FALSE
). Read-only.
The image itself is flipped around its registration point.
This means any rotation or skew remains constant; only the image data itself is flipped.
Example
This statement displays the
flipH
of sprite 5:
-- Lingo syntax
put(sprite(5).flipH)
// JavaScript syntax
put(sprite(5).flipH);
See also
flipV
,
rotation
,
skew
,
Sprite
flipV
Usage
-- Lingo syntax
spriteObjRef
.flipV
// JavaScript syntax
spriteObjRef
.flipV;
Description
Sprite property; indicates whether a sprite’s image has been flipped vertically on the Stage (
TRUE
)
or not (
FALSE
). Read-only.
The image itself is flipped around its registration point.
This means any rotation or skew remains constant; only the image data itself is flipped.
Example
This statement displays the
flipV
of sprite 5:
-- Lingo syntax
put(sprite(5).flipV)
// JavaScript syntax
put(sprite(5).flipV);
See also
flipH
,
rotation
,
skew
,
Sprite
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...