Lingo Dictionary > D-F > flipV

 

flipV

Syntax

sprite(whichSpriteNumber).flipV
the flipV of sprite whichSpriteNumber

Description

Sprite property; indicates whether a sprite's image has been flipped vertically 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 flipV of sprite 5:

sprite (5).flipV = 1

See also

flipH, rotation, skew