FixSkeleton2DToScreen

Family: Skeleton · One form

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

NameType
iSkeletoninteger
modeinteger

Every form returns

nothing

Example · generated

FixSkeleton2DToScreen(1, 1)DO  Sync()LOOP

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

Related commands

34 commands in Skeleton