Skeleton2DRotation

Family: Skeleton · One form

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

NameType
iSkeletoninteger
rfloat

Every form returns

nothing

Example · generated

Skeleton2DRotation(1, 1.0)DO  Sync()LOOP

Skeleton2DRotation 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.

34 commands in Skeleton