SecondBASIC Documentation v3
Home
/
Function Reference
/
VFlipTile()
VFlipTile()
Description:
Flips a tile vertically.
Syntax:
VFlipTile(<flip>)
Part
Description
<flip>
Required. If <flip> is 0, then the tile is drawn in the default vertical orientation, and if <flip> is 1 then the tile will be drawn upside down.
Example:
DrawTile 1+VFlipTile(1),1,1