CreatePulleyJoint2

Description

Creates a pulley joint between two sprites. This the first half of a two command setup. Due to the number of parameters required you must call FinishPulleyJoint with the rest of the parameters to create the joint. This command returns nothing, the joint ID is returned by FinishPulleyJoint.

Definition

CreatePulleyJoint2( iSpriteIndex1, iSpriteIndex2, ratio, colConnected )

Parameters