DOCUMENTATION HOME
COMMANDS
FUNCTIONS
DATA TYPES
SYSTEM IDENTIFIERS
vFlipTile()
Last Modified: 10/16/2021
Flips a tile or sprite vertically.
Arguments
Name
Type
Required
Description
Flip
Integer, Boolean
Yes
True
or
False
, or
1
or
0
.
Example
Syntax: vFlipTile(
<Flip>)
DrawTile
65
+
vFlipTile
(
True
)
,
1
,
1
Remarks
To apply this to a sprite, you would use the same method in the above example when using
PropSprite
on the memory location argument.
See Also
Palette()
,
PropSprite
,
hFlipTile()
,
Priority()