What it does
Skeleton2DRotation sets 2DRotation on a Skeleton object. It takes iSkeleton (an integer) and r (a float), and returns nothing.
Syntax
Skeleton2DRotation(iSkeleton integer, r float)Parameters
| Name | Type |
|---|---|
| iSkeleton | integer |
| r | float |
Every form returns
nothing
Example · generated
Skeleton2DRotation(1, 1.0)DO Sync()LOOPSkeleton2DRotation 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.