Name
FlipSprite -- flip a sprite (V2.0)
Synopsis
FlipSprite(id, xflip)
Function
This function flips (mirrors) the sprite specified by id. If xflip is set to True, the sprite will be flipped in x-direction otherwise it will be flipped in y-direction.

This function can only be used on sprites that are not referenced by any other sprites. It also cannot be used on sprite links created using CreateSprite() with source type set to #SPRITE.

Inputs
id
sprite to flip
xflip
True for horizontal (x) flip, False for vertical (y) flip

Show TOC