What it does
FixSkeleton2DToScreen pins 2DToScreen on a Skeleton object. It takes iSkeleton (an integer) and mode (an integer), and returns nothing.
Syntax
FixSkeleton2DToScreen(iSkeleton integer, mode integer)Parameters
| Name | Type |
|---|---|
| iSkeleton | integer |
| mode | integer |
Every form returns
nothing
Example · generated
FixSkeleton2DToScreen(1, 1)DO Sync()LOOPFixSkeleton2DToScreen 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.