Lingo Dictionary > D-F > flipH |
![]() ![]() ![]() |
flipH
Syntax
sprite(
whichSpriteNumber
).flipH
the flipH of sprite
whichSpriteNumber
Description
Sprite property; indicates whether a sprite's image has been flipped horizontally on the Stage (TRUE
) or not (FALSE
).
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:
put sprite (5).flipH
See also
![]() ![]() ![]() |