SecondBASIC Documentation v3

Home / Function Reference / HFlipTile()

HFlipTile()

Description: Flips a tile horizontally.

Syntax:

HFlipTile(<flip>)

Part Description
<flip> Required. If <flip> is 0, then the tile is drawn in the default horizontal orientation, and if <flip> is 1 then the tile will be drawn flipped horizontally.

Example:

        DrawTile 66+HFlipTile(1),1,1