Racing Car Movement Creation
Racing Car Movement creation

Creates a new Racing Car movement.

myMovement = new Movement_Car( )

Return value
Newly created movement.

Adding to an object

myClass.SetMovement( myMovement )
or:
myInstance.SetMovement( myMovement )

Parameters for adding to JAM
  • myMovement
    Movement object returned by creation
Comments

Once a movement has been set, you can use the general functions SetSpeed, SetDirection, etc. to control it. See Objects -> General Class Functions for details.



JAM © 2005 no one in particular
Project started by David Evans in 2005