What it does
Skeleton2DFlip sets 2DFlip on a Skeleton object. It takes iSkeleton (an integer), flipH (an integer) and flipV (an integer), and returns nothing.
Syntax
Skeleton2DFlip(iSkeleton integer, flipH integer, flipV integer)Parameters
| Name | Type |
|---|---|
| iSkeleton | integer |
| flipH | integer |
| flipV | integer |
Every form returns
nothing
Example · generated
Skeleton2DFlip(1, 1, 1)DO Sync()LOOPSkeleton2DFlip is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.